ExchangeDataException Constructor (String)
The ExchangeDataException constructor creates a new ExchangeDataException exception with the error message message.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public ExchangeDataException (
string message
)
public:
ExchangeDataException (
String^ message
)
public ExchangeDataException (
String message
)
public function ExchangeDataException (
message : String
)
Parameters
- message
The error message for this ExchangeDataException.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003