C# Class SWFProcessing.SWFModeller.SWFModellerException

Exception class for exceptions originating in the swiffotron.
Inheritance: System.ApplicationException
Afficher le fichier Open project: WeeWorld/Swiffotron

Méthodes publiques

Méthode Description
SWFModellerException ( SWFModellerError error ) : System

Initializes a new instance of an exception without an error message

SWFModellerException ( SWFModellerError error, SWFContext ctx ) : System

Initializes a new instance of an exception without an error message

SWFModellerException ( SWFModellerError error, string msg ) : System
SWFModellerException ( SWFModellerError error, string msg, SWFContext ctx ) : System

Initializes a new instance of an exception with an error message

Method Details

SWFModellerException() public méthode

Initializes a new instance of an exception without an error message
public SWFModellerException ( SWFModellerError error ) : System
error SWFModellerError The error code.
Résultat System

SWFModellerException() public méthode

Initializes a new instance of an exception without an error message
public SWFModellerException ( SWFModellerError error, SWFContext ctx ) : System
error SWFModellerError The error code.
ctx SWFContext
Résultat System

SWFModellerException() public méthode

public SWFModellerException ( SWFModellerError error, string msg ) : System
error SWFModellerError The error code.
msg string The error message
Résultat System

SWFModellerException() public méthode

Initializes a new instance of an exception with an error message
public SWFModellerException ( SWFModellerError error, string msg, SWFContext ctx ) : System
error SWFModellerError The error code.
msg string The error message
ctx SWFContext
Résultat System