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

CustomAttributeFormatException() public method

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

Same methods

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