C# 클래스 Scriban.Runtime.ScriptRuntimeException

상속: System.Exception
파일 보기 프로젝트 열기: lunet-io/scriban

공개 메소드들

메소드 설명
ScriptRuntimeException ( SourceSpan span, string message ) : System
ScriptRuntimeException ( SourceSpan span, string message, Exception innerException ) : System
ToString ( ) : string

메소드 상세

ScriptRuntimeException() 공개 메소드

public ScriptRuntimeException ( SourceSpan span, string message ) : System
span Scriban.Parsing.SourceSpan
message string
리턴 System

ScriptRuntimeException() 공개 메소드

public ScriptRuntimeException ( SourceSpan span, string message, Exception innerException ) : System
span Scriban.Parsing.SourceSpan
message string
innerException System.Exception
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string