AddressBookTransientException constructor (String)

The AddressBookTransientException(String) constructor initializes a new instance of the AddressBookTransientException class with the specified error message.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New AddressBookTransientException(message)
public AddressBookTransientException(
    string message
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

See also

Reference

AddressBookTransientException class

AddressBookTransientException members

AddressBookTransientException overload

Microsoft.Exchange.Data.Transport namespace