C# Class STFUANDCODE.GistCreationException

Inheritance: System.Exception
Mostra file Open project: jcbozonier/STFUANDCODE

Public Methods

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

Method Details

GistCreationException() public method

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

GistCreationException() public method

public GistCreationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System