C# Класс SWFProcessing.SWFModeller.SWFModellerException

Exception class for exceptions originating in the swiffotron.
Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

SWFModellerException() публичный Метод

Initializes a new instance of an exception without an error message
public SWFModellerException ( SWFModellerError error ) : System
error SWFModellerError The error code.
Результат System

SWFModellerException() публичный Метод

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
Результат System

SWFModellerException() публичный Метод

public SWFModellerException ( SWFModellerError error, string msg ) : System
error SWFModellerError The error code.
msg string The error message
Результат System

SWFModellerException() публичный Метод

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
Результат System