C# Class YamlDotNet.Core.ForwardAnchorNotSupportedException

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

Méthodes publiques

Méthode Description
ForwardAnchorNotSupportedException ( ) : System

Initializes a new instance of the AnchorNotFoundException class.

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

Initializes a new instance of the AnchorNotFoundException class.

ForwardAnchorNotSupportedException ( string message ) : System

Initializes a new instance of the AnchorNotFoundException class.

ForwardAnchorNotSupportedException ( string message, Exception inner ) : System

Initializes a new instance of the AnchorNotFoundException class.

Méthodes protégées

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

Initializes a new instance of the AnchorNotFoundException class.

Method Details

ForwardAnchorNotSupportedException() public méthode

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

ForwardAnchorNotSupportedException() public méthode

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

ForwardAnchorNotSupportedException() protected méthode

Initializes a new instance of the AnchorNotFoundException class.
The parameter is null. The class name is null or is zero (0).
protected ForwardAnchorNotSupportedException ( 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

ForwardAnchorNotSupportedException() public méthode

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

ForwardAnchorNotSupportedException() public méthode

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