C# Класс FaghelgWebBackend.Exceptions.IllegalLengthsInXorOperationException

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

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

Метод Описание
IllegalLengthsInXorOperationException ( ) : System
IllegalLengthsInXorOperationException ( string message ) : System
IllegalLengthsInXorOperationException ( string message, Exception inner ) : System

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

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

public IllegalLengthsInXorOperationException ( ) : System
Результат System

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

public IllegalLengthsInXorOperationException ( string message ) : System
message string
Результат System

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

public IllegalLengthsInXorOperationException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System