Click or drag to resize
MessageTypeException Constructor
Overload List
  NameDescription
Public methodMessageTypeException
Initializes a new instance of the MessageTypeException class with the default error message.
Public methodMessageTypeException(String)
Initializes a new instance of the MessageTypeException class with a specified error message.
Protected methodMessageTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the MessageTypeException class with serialized data.
Public methodMessageTypeException(String, Exception)
Initializes a new instance of the MessageTypeException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also