C# 클래스 YamlDotNet.Core.SemanticErrorException

Exception that is thrown when a semantic error is detected on a YAML stream.
상속: YamlDotNet.Core.YamlException
파일 보기 프로젝트 열기: unitystation/unitystation

공개 메소드들

메소드 설명
SemanticErrorException ( YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end, string message ) : System

Initializes a new instance of the SemanticErrorException class.

SemanticErrorException ( string message ) : System

Initializes a new instance of the SemanticErrorException class.

SemanticErrorException ( string message, Exception inner ) : System

Initializes a new instance of the SemanticErrorException class.

메소드 상세

SemanticErrorException() 공개 메소드

Initializes a new instance of the SemanticErrorException class.
public SemanticErrorException ( YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end, string message ) : System
start YamlDotNet.Core.Mark
end YamlDotNet.Core.Mark
message string
리턴 System

SemanticErrorException() 공개 메소드

Initializes a new instance of the SemanticErrorException class.
public SemanticErrorException ( string message ) : System
message string The message.
리턴 System

SemanticErrorException() 공개 메소드

Initializes a new instance of the SemanticErrorException class.
public SemanticErrorException ( string message, Exception inner ) : System
message string The message.
inner Exception The inner.
리턴 System