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 _
)
public TransientException (
LocalizedString localizedString,
Exception innerException
)
public:
TransientException (
LocalizedString localizedString,
Exception^ innerException
)
public TransientException (
LocalizedString localizedString,
Exception innerException
)
public function TransientException (
localizedString : LocalizedString,
innerException : Exception
)
Parameters
- localizedString
The message for this TransientException object.
- innerException
The exception that caused this TransientException to be thrown.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003