ExchangeDataException Constructor
The ExchangeDataException constructor overloads create new ExchangeDataException objects.
Overload List
| Name | Description |
|---|---|
| ExchangeDataException (String) |
The ExchangeDataException constructor creates a new ExchangeDataException exception with the error message message.
|
| ExchangeDataException (SerializationInfo, StreamingContext) |
The ExchangeDataException constructor creates a new serializable ExchangeDataException object.
|
| ExchangeDataException (String, Exception) |
The ExchangeDataException constructor creates a new ExchangeDataException object from an inner exception.
|