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

CustomAttributeFormatException() public method

public CustomAttributeFormatException ( String message, Exception inner ) : System
message String
inner System.Exception
return System
        public CustomAttributeFormatException(String message, Exception inner) : base(message, inner) {
    		SetErrorCode(__HResults.COR_E_CUSTOMATTRIBUTEFORMAT);
        }

Same methods

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