C# Class FaghelgWebBackend.Exceptions.IllegalLengthsInXorOperationException

Inheritance: System.Exception
Exibir arquivo Open project: mesan/faghelg-web-backend

Public Methods

Method Description
IllegalLengthsInXorOperationException ( ) : System
IllegalLengthsInXorOperationException ( string message ) : System
IllegalLengthsInXorOperationException ( string message, Exception inner ) : System

Method Details

IllegalLengthsInXorOperationException() public method

public IllegalLengthsInXorOperationException ( ) : System
return System

IllegalLengthsInXorOperationException() public method

public IllegalLengthsInXorOperationException ( string message ) : System
message string
return System

IllegalLengthsInXorOperationException() public method

public IllegalLengthsInXorOperationException ( string message, Exception inner ) : System
message string
inner System.Exception
return System