Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AddressBookTransientException(LocalizedString, 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 LocalizedString, _
innerException As Exception _
)
'Usage
Dim message As LocalizedString
Dim innerException As Exception
Dim instance As New AddressBookTransientException(message, _
innerException)
public AddressBookTransientException(
LocalizedString message,
Exception innerException
)
Parameters
message
Type: Microsoft.Exchange.Data.Common.LocalizedStringThe message that describes the error.
innerException
Type: System.ExceptionThe inner exception reference.
See also
Reference
AddressBookTransientException class
AddressBookTransientException members