C# Class SharpHop.HoptoadException

Inheritance: System.Exception
Datei anzeigen Open project: adzerk/SharpBrake

Public Methods

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

Protected Methods

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

Method Details

HoptoadException() public method

public HoptoadException ( ) : System
return System

HoptoadException() protected method

protected HoptoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

HoptoadException() public method

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

HoptoadException() public method

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