Compartir a través de


ExchangeDataException Constructor

Include Protected Members
Include Inherited Members

The ExchangeDataException constructor overloads create new ExchangeDataException objects.

Overload List

  Name Description
Public method ExchangeDataException(String) The ExchangeDataException constructor creates a new ExchangeDataException exception with the error message message.
Protected method ExchangeDataException(SerializationInfo, StreamingContext) The ExchangeDataException constructor creates a new serializable ExchangeDataException object.
Public method ExchangeDataException(String, Exception) The ExchangeDataException constructor creates a new ExchangeDataException object from an inner exception.

Top