C# Класс Amazon.SecurityToken.SAML.CredentialCallbackRequiredException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CredentialCallbackRequiredException ( Exception innerException ) : System

Initializes a new exception instance.

CredentialCallbackRequiredException ( string msg ) : System

Initializes a new exception instance.

CredentialCallbackRequiredException ( string msg, Exception innerException ) : System

Initializes a new exception instance.

Защищенные методы

Метод Описание
CredentialCallbackRequiredException ( System info, System context ) : System

Constructs a new instance of the AdfsAuthenticationControllerException class with serialized data.

Описание методов

CredentialCallbackRequiredException() публичный Метод

Initializes a new exception instance.
public CredentialCallbackRequiredException ( Exception innerException ) : System
innerException System.Exception
Результат System

CredentialCallbackRequiredException() защищенный Метод

Constructs a new instance of the AdfsAuthenticationControllerException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected CredentialCallbackRequiredException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
Результат System

CredentialCallbackRequiredException() публичный Метод

Initializes a new exception instance.
public CredentialCallbackRequiredException ( string msg ) : System
msg string
Результат System

CredentialCallbackRequiredException() публичный Метод

Initializes a new exception instance.
public CredentialCallbackRequiredException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
Результат System