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

A general pipes exception.
Inheritance: System.Exception
Afficher le fichier Open project: Vanaheimr/Styx

Méthodes publiques

Méthode Description
PipesException ( ) : System

A general pipes exception.

PipesException ( String myMessage ) : System

A general pipes exception.

Method Details

PipesException() public méthode

A general pipes exception.
public PipesException ( ) : System
Résultat System

PipesException() public méthode

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