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. |
Top