C# Class SWFProcessing.SWFModeller.SWFModellerException

Exception class for exceptions originating in the swiffotron.
Inheritance: System.ApplicationException
ファイルを表示 Open project: WeeWorld/Swiffotron

Public Methods

Method 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 method

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

SWFModellerException() public method

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
return System

SWFModellerException() public method

public SWFModellerException ( SWFModellerError error, string msg ) : System
error SWFModellerError The error code.
msg string The error message
return System

SWFModellerException() public method

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
return System