C# Class Fib.Net.Core.Api.DigestException

Inheritance: Exception
Show file Open project: ILMTitan/FibDotNet

Public Methods

Method Description
DigestException ( ) : System
DigestException ( string message ) : System
DigestException ( string message, Exception innerException ) : System

Protected Methods

Method Description
DigestException ( SerializationInfo info, StreamingContext context ) : System

Method Details

DigestException() public method

public DigestException ( ) : System
return System

DigestException() protected method

protected DigestException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

DigestException() public method

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

DigestException() public method

public DigestException ( string message, Exception innerException ) : System
message string
innerException Exception
return System