C# 클래스 AlbLib.Scripting.ScriptExecutionException

상속: System.Exception
파일 보기 프로젝트 열기: IllidanS4/AlbLib 1 사용 예제들

공개 메소드들

메소드 설명
ScriptExecutionException ( int line, string errorline, string message, Exception innerException ) : System

Initializes new instance of this exception.

메소드 상세

ScriptExecutionException() 공개 메소드

Initializes new instance of this exception.
public ScriptExecutionException ( int line, string errorline, string message, Exception innerException ) : System
line int /// Line number where did exception occur. ///
errorline string /// Actual line. ///
message string /// Message which was thrown. ///
innerException System.Exception /// Inner exception if any. ///
리턴 System