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

CustomAttributeFormatException() protected method

protected CustomAttributeFormatException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        protected CustomAttributeFormatException(SerializationInfo info, StreamingContext context) : base(info, context) {
        }

Same methods

CustomAttributeFormatException::CustomAttributeFormatException ( ) : System
CustomAttributeFormatException::CustomAttributeFormatException ( String message ) : System
CustomAttributeFormatException::CustomAttributeFormatException ( String message, Exception inner ) : System
CustomAttributeFormatException