C# Class ARCed.ARCedException

Generic exception used for ARCed related errors.
Inheritance: System.Exception
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
ARCedException ( string message ) : System

Default constructor

Method Details

ARCedException() public méthode

Default constructor
public ARCedException ( string message ) : System
message string Exception message
Résultat System