C# Класс Keyczar.InvalidKeyTypeException

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

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

Метод Описание
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.

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

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

Initializes a new instance of the InvalidKeyTypeException class.

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

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

Initializes a new instance of the InvalidKeyTypeException class.
public InvalidKeyTypeException ( ) : System
Результат System

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

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.
Результат System

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

Initializes a new instance of the InvalidKeyTypeException class.
public InvalidKeyTypeException ( string message ) : System
message string The message.
Результат System

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

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.
Результат System