TnefException Constructor
Include Protected Members
Include Inherited Members
The TnefException constructor overloads create new TnefException objects.
Overload List
Name | Description | |
---|---|---|
TnefException(String) | The TnefException constructor creates a new TnefException object with a message specified by the message parameter. | |
TnefException(SerializationInfo, StreamingContext) | The TnefException constructor creates a new serializable TnefException object. | |
TnefException(String, Exception) | The TnefException constructor creates a new outer TnefException object from an inner exception. |
Top