C# Класс Keyczar.InvalidKeySetException

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

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

Метод Описание
InvalidKeySetException ( ) : System

Initializes a new instance of the InvalidKeySetException class.

InvalidKeySetException ( string message ) : System

Initializes a new instance of the InvalidKeySetException class.

InvalidKeySetException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidKeySetException class.

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

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

Initializes a new instance of the InvalidKeySetException class.

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

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

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

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

Initializes a new instance of the InvalidKeySetException class.
protected InvalidKeySetException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
Результат System

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

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

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

Initializes a new instance of the InvalidKeySetException class.
public InvalidKeySetException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System