C# Класс Keyczar.InvalidCryptoVersionException

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

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

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

Initializes a new instance of the InvalidCryptoVersionException class.

InvalidCryptoVersionException ( string message ) : System

Initializes a new instance of the InvalidCryptoVersionException class.

InvalidCryptoVersionException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidCryptoVersionException class.

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

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

Initializes a new instance of the InvalidCryptoVersionException class.

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

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

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

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

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

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

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

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

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