AddressBookTransientException Constructor (LocalizedString)

The AddressBookTransientException(LocalizedString) 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 LocalizedString _
)
'Usage
Dim message As LocalizedString

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

Parameters