Initializes a new instance of the EwsException class with the specified error message and status.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ message As String, _ status As EwsExceptionStatus _ ) |
C# |
---|
public EwsException( string message, EwsExceptionStatus status ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.
- status
- Type: Rebex.Net..::..EwsExceptionStatus
One of the EwsExceptionStatus values.