TextConvertersException Constructor
The TextConvertersException constructor overloads create new TextConvertersException objects.
Overload List
| Name | Description |
|---|---|
| TextConvertersException (String) |
The TextConvertersException constructor creates a new TextConvertersException object with a specified message.
|
| TextConvertersException (SerializationInfo, StreamingContext) |
The TextConvertersException constructor creates a new TextConvertersException object that can be serialized by using info and context.
|
| TextConvertersException (String, Exception) |
The TextConvertersException constructor creates a new TextConvertersException object from message and innerException.
|