C# Class FastGraph.NonStronglyConnectedGraphException

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

Public Methods

Method Description
NonStronglyConnectedGraphException ( ) : System

Initializes a new instance of NonStronglyConnectedGraphException class.

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

Initializes a new instance of NonStronglyConnectedGraphException class.

Protected Methods

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

Constructor used during runtime serialization.

Method Details

NonStronglyConnectedGraphException() public method

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

NonStronglyConnectedGraphException() protected method

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

NonStronglyConnectedGraphException() public method

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