C# Class Ghoplin.GhoplinException

Inheritance: Exception
Show file Open project: zblesk/Ghoplin

Public Methods

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

Protected Methods

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

Method Details

GhoplinException() public method

public GhoplinException ( ) : System
return System

GhoplinException() protected method

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

GhoplinException() public method

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

GhoplinException() public method

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