System.Reflection.CustomAttributeFormatException.CustomAttributeFormatException C# (CSharp) Method

CustomAttributeFormatException() public method

public CustomAttributeFormatException ( ) : System
return System
        public CustomAttributeFormatException()
	        : base(Environment.GetResourceString("Arg_CustomAttributeFormatException")) {
    		SetErrorCode(__HResults.COR_E_CUSTOMATTRIBUTEFORMAT);
        }
    

Same methods

CustomAttributeFormatException::CustomAttributeFormatException ( SerializationInfo info, StreamingContext context ) : System
CustomAttributeFormatException::CustomAttributeFormatException ( String message ) : System
CustomAttributeFormatException::CustomAttributeFormatException ( String message, Exception inner ) : System
CustomAttributeFormatException