C# 클래스 SWFProcessing.SWF2HTML.SWF2HTMLException

Exception class for exceptions originating in the swiffotron.
상속: System.ApplicationException
파일 보기 프로젝트 열기: WeeWorld/Swiffotron

공개 메소드들

메소드 설명
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