Initializes a new instance of the EwsException class with the specified error message.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Sub New ( _
	message As String _
)
C#
public EwsException(
	string message
)

Parameters

message
Type: System..::..String
The message that describes the error.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also