C# Class Fusion.Build.ToolException

Inheritance: BuildException
Datei anzeigen Open project: demiurghg/FusionEngine

Public Methods

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

Method Details

ToolException() public method

public ToolException ( ) : System
return System

ToolException() public method

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

ToolException() public method

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