C# Class GitRocketFilter.RocketException

An exception used to display errors (compilation, invalid parameters...etc).
Inheritance: System.Exception
Show file Open project: xoofx/GitRocketFilter

Public Methods

Method Description
RocketException ( string message ) : System

Initializes a new instance of the T:System.Exception class with a specified error message.

Method Details

RocketException() public method

Initializes a new instance of the T:System.Exception class with a specified error message.
public RocketException ( string message ) : System
message string The message that describes the error.
return System