C# Класс SWFProcessing.Swiffotron.SwiffotronException

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

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

Метод Описание
SwiffotronException ( SwiffotronError error, SwiffotronContext ctx ) : System

Initializes a new instance of an exception without an error message

SwiffotronException ( SwiffotronError error, SwiffotronContext ctx, string msg ) : System

Initializes a new instance of an exception with an error message

SwiffotronException ( SwiffotronError error, SwiffotronContext ctx, string msg, Exception inner ) : System

Initializes a new instance of an exception with an error message

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

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

Initializes a new instance of an exception without an error message
public SwiffotronException ( SwiffotronError error, SwiffotronContext ctx ) : System
error SwiffotronError The error code.
ctx SWFProcessing.Swiffotron.Processor.SwiffotronContext A context object that describes what was being done when the exception occured.
Результат System

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

Initializes a new instance of an exception with an error message
public SwiffotronException ( SwiffotronError error, SwiffotronContext ctx, string msg ) : System
error SwiffotronError The error code.
ctx SWFProcessing.Swiffotron.Processor.SwiffotronContext A context object that describes what was being done when the exception occured.
msg string The error message
Результат System

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

Initializes a new instance of an exception with an error message
public SwiffotronException ( SwiffotronError error, SwiffotronContext ctx, string msg, Exception inner ) : System
error SwiffotronError The error code.
ctx SWFProcessing.Swiffotron.Processor.SwiffotronContext A context object that describes what was being done when the exception occured.
msg string The error message
inner System.Exception The inner exception
Результат System