C# 클래스 Grasp.Compilation.CompilationException

Indicates an error during compilation of a GraspSchema
상속: System.Exception
파일 보기 프로젝트 열기: bwatts/Grasp 1 사용 예제들

공개 메소드들

메소드 설명
CompilationException ( GraspSchema schema ) : System

Initializes an exception with the specified schema

CompilationException ( GraspSchema schema, string message ) : System

Initializes an exception with the specified schema, message, and inner exception

CompilationException ( GraspSchema schema, string message, Exception inner ) : System

Initializes an exception with the specified schema, message, and inner exception

메소드 상세

CompilationException() 공개 메소드

Initializes an exception with the specified schema
public CompilationException ( GraspSchema schema ) : System
schema GraspSchema The schema whose compilation caused the error
리턴 System

CompilationException() 공개 메소드

Initializes an exception with the specified schema, message, and inner exception
public CompilationException ( GraspSchema schema, string message ) : System
schema GraspSchema The schema whose compilation caused the error
message string The message that describes the error
리턴 System

CompilationException() 공개 메소드

Initializes an exception with the specified schema, message, and inner exception
public CompilationException ( GraspSchema schema, string message, Exception inner ) : System
schema GraspSchema The schema whose compilation caused the error
message string The message that describes the error
inner Exception The exception that is the cause of this exception
리턴 System