C# Класс SWFProcessing.SWF2HTML.SWF2HTMLException

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

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

Метод Описание
SWF2HTMLException ( SWF2HTMLError error ) : System

Initializes a new instance of an exception without an error message

SWF2HTMLException ( SWF2HTMLError error, string msg ) : System

Initializes a new instance of an exception with an error message

SWF2HTMLException ( SWF2HTMLError error, string msg, Exception inner ) : System

Initializes a new instance of an exception with an error message

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

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

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

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

Initializes a new instance of an exception with an error message
public SWF2HTMLException ( SWF2HTMLError error, string msg ) : System
error SWF2HTMLError The error code.
msg string The error message
Результат System

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

Initializes a new instance of an exception with an error message
public SWF2HTMLException ( SWF2HTMLError error, string msg, Exception inner ) : System
error SWF2HTMLError The error code.
msg string The error message
inner System.Exception The inner exception
Результат System