Initializes a new instance of
T:Microsoft.IdentityModel.Protocols.FederationException.
Пространство имен: Microsoft.IdentityModel.Protocols
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim message As String
Dim inner As Exception
Dim instance As New FederationException(message, inner)
|
Синтаксис
Visual Basic |
Public Sub New ( _
message As String, _
inner As Exception _
)
|
C# |
public FederationException (
string message,
Exception inner
)
|
C++ |
public:
FederationException (
String^ message,
Exception^ inner
)
|
J# |
public FederationException (
String message,
Exception inner
)
|
JScript |
public function FederationException (
message : String,
inner : Exception
)
|
Параметры
- message
- inner
Исключения
Примечания
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows
Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone,
Windows Server 2003, Windows XP Professional, Windows Vista,
Windows Server 2003 R2, Windows XP, Not tested on Windows XP
См. также