C# Class YamlDotNet.Core.SyntaxErrorException

Inheritance: YamlDotNet.Core.YamlException
Afficher le fichier Open project: aaubry/YamlDotNet Class Usage Examples

Méthodes publiques

Méthode Description
SyntaxErrorException ( ) : System

Initializes a new instance of the SyntaxErrorException class.

SyntaxErrorException ( YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end, string message ) : System

Initializes a new instance of the SyntaxErrorException class.

SyntaxErrorException ( string message ) : System

Initializes a new instance of the SyntaxErrorException class.

SyntaxErrorException ( string message, Exception inner ) : System

Initializes a new instance of the SyntaxErrorException class.

Méthodes protégées

Méthode Description
SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the SyntaxErrorException class.

Method Details

SyntaxErrorException() public méthode

Initializes a new instance of the SyntaxErrorException class.
public SyntaxErrorException ( ) : System
Résultat System

SyntaxErrorException() public méthode

Initializes a new instance of the SyntaxErrorException class.
public SyntaxErrorException ( YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end, string message ) : System
start YamlDotNet.Core.Mark
end YamlDotNet.Core.Mark
message string
Résultat System

SyntaxErrorException() protected méthode

Initializes a new instance of the SyntaxErrorException class.
The parameter is null. The class name is null or is zero (0).
protected SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Résultat System

SyntaxErrorException() public méthode

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

SyntaxErrorException() public méthode

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