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