C# Класс BetterCms.Core.Exceptions.Security.InvalidCypherTextException

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

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

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

Initializes a new instance of the InvalidCypherTextException class.

InvalidCypherTextException ( string message ) : System

Initializes a new instance of the InvalidCypherTextException class.

InvalidCypherTextException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidCypherTextException class.

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

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

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

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

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

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

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