C# Class Thinktecture.IdentityModel.Claims.ClaimNotFoundException

Inheritance: System.Exception
Mostrar archivo Open project: IdentityModel/Thinktecture.IdentityModel.v1

Public Methods

Method Description
ClaimNotFoundException ( ) : System

Initializes a new instance of the ClaimNotFoundException class.

ClaimNotFoundException ( string message ) : System

Initializes a new instance of the ClaimNotFoundException class.

ClaimNotFoundException ( string message, Exception inner ) : System

Initializes a new instance of the ClaimNotFoundException class.

Protected Methods

Method Description
ClaimNotFoundException ( System info, System context ) : System

Initializes a new instance of the ClaimNotFoundException class.

Method Details

ClaimNotFoundException() public method

Initializes a new instance of the ClaimNotFoundException class.
public ClaimNotFoundException ( ) : System
return System

ClaimNotFoundException() protected method

Initializes a new instance of the ClaimNotFoundException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
protected ClaimNotFoundException ( 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.
return System

ClaimNotFoundException() public method

Initializes a new instance of the ClaimNotFoundException class.
public ClaimNotFoundException ( string message ) : System
message string The message.
return System

ClaimNotFoundException() public method

Initializes a new instance of the ClaimNotFoundException class.
public ClaimNotFoundException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
return System