AddressBookTransientException Constructor (String, Exception)
The AddressBookTransientException(String, Exception) constructor initializes a new instance of the AddressBookTransientException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New AddressBookTransientException(message, _
innerException)
public AddressBookTransientException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
The message that describes the error.
- innerException
Type: System.Exception
The inner exception reference.