C# Class ARCed.ARCedException

Generic exception used for ARCed related errors.
Inheritance: System.Exception
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
ARCedException ( string message ) : System

Default constructor

Method Details

ARCedException() public method

Default constructor
public ARCedException ( string message ) : System
message string Exception message
return System