C# Class YamlDotNet.Core.SemanticErrorException

Exception that is thrown when a semantic error is detected on a YAML stream.
Inheritance: YamlDotNet.Core.YamlException
Afficher le fichier Open project: unitystation/unitystation

Méthodes publiques

Méthode Description
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.

Method Details

SemanticErrorException() public méthode

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
Résultat System

SemanticErrorException() public méthode

Initializes a new instance of the SemanticErrorException class.
public SemanticErrorException ( string message ) : System
message string The message.
Résultat System

SemanticErrorException() public méthode

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