Namespace: Microsoft.IdentityModel.Threading
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim innerException As Exception

Dim instance As New AsynchronousOperationException(innerException)

Syntax

Visual Basic
Public Sub New ( _
		innerException As Exception _
)
C#
public AsynchronousOperationException (
		Exception innerException
)
C++
public:
AsynchronousOperationException (
		Exception^ innerException
)
J#
public AsynchronousOperationException (
		Exception innerException
)
JScript
public function AsynchronousOperationException (
		innerException : Exception
)

Parameters

innerException

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also