C# Class org.GraphDefined.Vanaheimr.Styx.PipesException

A general pipes exception.
Inheritance: System.Exception
Mostrar archivo Open project: Vanaheimr/Styx

Public Methods

Method Description
PipesException ( ) : System

A general pipes exception.

PipesException ( String myMessage ) : System

A general pipes exception.

Method Details

PipesException() public method

A general pipes exception.
public PipesException ( ) : System
return System

PipesException() public method

A general pipes exception.
public PipesException ( String myMessage ) : System
myMessage String An additional message.
return System