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
- localizedString
Type: Microsoft.Exchange.Data.Common.LocalizedString
The message for this TransientException object.
- innerException
Type: System.Exception
The exception that caused this TransientException to be thrown.