Table of Contents

Class BlockOrderingException

Namespace
Echo.ControlFlow.Serialization.Blocks
Assembly
Echo.ControlFlow.dll

Represents an exception that occurs during the sorting of nodes in a control flow graph.

[Serializable]
public class BlockOrderingException : Exception, ISerializable
Inheritance
BlockOrderingException
Implements
Inherited Members

Constructors

BlockOrderingException()

Creates a new instance of the BlockOrderingException class.

public BlockOrderingException()

BlockOrderingException(string)

Creates a new instance of the BlockOrderingException class.

public BlockOrderingException(string message)

Parameters

message string

The message.

BlockOrderingException(string, Exception)

Creates a new instance of the BlockOrderingException class.

public BlockOrderingException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner cause of the exception.