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