Пространство имен: Microsoft.IdentityModel.Threading
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Sub New ( _
message As String, _
innerException As Exception _
)
|
C# |
public AsynchronousOperationException (
string message,
Exception innerException
)
|
C++ |
public:
AsynchronousOperationException (
String^ message,
Exception^ innerException
)
|
J# |
public AsynchronousOperationException (
String message,
Exception innerException
)
|
JScript |
public function AsynchronousOperationException (
message : String,
innerException : Exception
)
|
Параметры
- message
- innerException
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также