C# Class Keyczar.InvalidKeyTypeException

Inheritance: System.Exception
Afficher le fichier Open project: jbtule/keyczar-dotnet

Méthodes publiques

Méthode Description
InvalidKeyTypeException ( ) : System

Initializes a new instance of the InvalidKeyTypeException class.

InvalidKeyTypeException ( string message ) : System

Initializes a new instance of the InvalidKeyTypeException class.

InvalidKeyTypeException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidKeyTypeException class.

Méthodes protégées

Méthode Description
InvalidKeyTypeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the InvalidKeyTypeException class.

Method Details

InvalidKeyTypeException() public méthode

Initializes a new instance of the InvalidKeyTypeException class.
public InvalidKeyTypeException ( ) : System
Résultat System

InvalidKeyTypeException() protected méthode

Initializes a new instance of the InvalidKeyTypeException class.
protected InvalidKeyTypeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
Résultat System

InvalidKeyTypeException() public méthode

Initializes a new instance of the InvalidKeyTypeException class.
public InvalidKeyTypeException ( string message ) : System
message string The message.
Résultat System

InvalidKeyTypeException() public méthode

Initializes a new instance of the InvalidKeyTypeException class.
public InvalidKeyTypeException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System