Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkEwsException(String)
Initializes a new instance of the EwsException class with the specified error message.
Public methodSupported by the .NET Compact FrameworkEwsException(String, EwsExceptionStatus)
Initializes a new instance of the EwsException class with the specified error message and status.
Public methodSupported by the .NET Compact FrameworkEwsException(String, Exception)
Initializes a new instance of the EwsException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Public methodSupported by the .NET Compact FrameworkEwsException(String, EwsExceptionStatus, String)
Initializes a new instance of the EwsException class with the specified error message, status and a reference to the inner exception that is the cause of this exception.
Public methodSupported by the .NET Compact FrameworkEwsException(String, Exception, EwsExceptionStatus)
Initializes a new instance of the EwsException class with the specified error message, status and a reference to the inner exception that is the cause of this exception.
Public methodSupported by the .NET Compact FrameworkEwsException(String, Exception, EwsExceptionStatus, String)
Initializes a new instance of the EwsException class with the specified error message, status and a reference to the inner exception that is the cause of this exception.

See Also