C# 클래스 Nyaml.MarkedYamlError

상속: YamlError
파일 보기 프로젝트 열기: yaml/Nyaml

공개 메소드들

메소드 설명
MarkedYamlError ( string context = null, Mark contextMark = null, string problem = null, Mark problemMark = null, string note = null ) : System.Collections.Generic

비공개 메소드들

메소드 설명
MakeMessage ( string context, Mark contextMark, string problem, Mark problemMark, string note ) : string

메소드 상세

MarkedYamlError() 공개 메소드

public MarkedYamlError ( string context = null, Mark contextMark = null, string problem = null, Mark problemMark = null, string note = null ) : System.Collections.Generic
context string
contextMark Mark
problem string
problemMark Mark
note string
리턴 System.Collections.Generic