C# Class Invert.Core.GraphDesigner.TemplateException

Inheritance: System.Exception
Show file Open project: InvertGames/uFrame.Editor

Public Methods

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

Method Details

TemplateException() public method

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

TemplateException() public method

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