Share via


TransientException constructor (LocalizedString, Exception)

The TransientException constructor creates a new TransientException object from a localized message and an inner exception.

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

Syntax

'Declaration
Public Sub New ( _
    localizedString As LocalizedString, _
    innerException As Exception _
)
'Usage
Dim localizedString As LocalizedString
Dim innerException As Exception

Dim instance As New TransientException(localizedString, _
    innerException)
public TransientException(
    LocalizedString localizedString,
    Exception innerException
)

Parameters

See also

Reference

TransientException class

TransientException members

TransientException overload

Microsoft.Exchange.Data.Common namespace