C# Class YamlDotNet.Core.AnchorNotFoundException

Inheritance: YamlDotNet.Core.YamlException
Mostra file Open project: aaubry/YamlDotNet

Public Methods

Method Description
AnchorNotFoundException ( ) : System

Initializes a new instance of the AnchorNotFoundException class.

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

Initializes a new instance of the AnchorNotFoundException class.

AnchorNotFoundException ( string message ) : System

Initializes a new instance of the AnchorNotFoundException class.

AnchorNotFoundException ( string message, Exception inner ) : System

Initializes a new instance of the AnchorNotFoundException class.

Protected Methods

Method Description
AnchorNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the AnchorNotFoundException class.

Method Details

AnchorNotFoundException() public method

Initializes a new instance of the AnchorNotFoundException class.
public AnchorNotFoundException ( ) : System
return System

AnchorNotFoundException() public method

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

AnchorNotFoundException() protected method

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

AnchorNotFoundException() public method

Initializes a new instance of the AnchorNotFoundException class.
public AnchorNotFoundException ( string message ) : System
message string The message.
return System

AnchorNotFoundException() public method

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