C# Class Clearsilver.NeoException

Inheritance: System.Exception
Show file Open project: jeske/StepsDB-alpha

Public Properties

Property Type Description
full_traceback string
reason string

Public Methods

Method Description
NeoException ( string r, string tb ) : System

Method Details

NeoException() public method

public NeoException ( string r, string tb ) : System
r string
tb string
return System

Property Details

full_traceback public property

public string full_traceback
return string

reason public property

public string reason
return string