C# Class PROJECTNAMESPACE.ScriptDifferenceException

Inheritance: System.Exception
Mostra file Open project: nHydrate/nHydrate

Public Methods

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

Method Details

ScriptDifferenceException() public method

public ScriptDifferenceException ( ) : System
return System

ScriptDifferenceException() public method

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

ScriptDifferenceException() public method

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