C# Class FastGraph.NegativeWeightException

Inheritance: FastGraph.FastGraphException
Show file Open project: brucificus/FastGraph

Public Methods

Method Description
NegativeWeightException ( ) : System

Initializes a new instance of NegativeWeightException class.

NegativeWeightException ( string message, Exception innerException = null ) : System

Initializes a new instance of NegativeWeightException class.

Protected Methods

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

Constructor used during runtime serialization.

Method Details

NegativeWeightException() public method

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

NegativeWeightException() protected method

Constructor used during runtime serialization.
protected NegativeWeightException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

NegativeWeightException() public method

Initializes a new instance of NegativeWeightException class.
public NegativeWeightException ( string message, Exception innerException = null ) : System
message string
innerException Exception
return System