C# Class Keyczar.InvalidKeyTypeException

Inheritance: System.Exception
Mostrar archivo Open project: jbtule/keyczar-dotnet

Public Methods

Method 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.

Protected Methods

Method Description
InvalidKeyTypeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the InvalidKeyTypeException class.

Method Details

InvalidKeyTypeException() public method

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

InvalidKeyTypeException() protected method

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.
return System

InvalidKeyTypeException() public method

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

InvalidKeyTypeException() public method

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.
return System