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
messagestringThe message.
BlockOrderingException(string, Exception)
Creates a new instance of the BlockOrderingException class.
public BlockOrderingException(string message, Exception inner)