C# Class GoCommando.CustomExitCodeException

Inheritance: System.Exception
Afficher le fichier Open project: rebus-org/GoCommando

Méthodes publiques

Méthode Description
CustomExitCodeException ( int exitCode, string message ) : System

Constructs the exception

Méthodes protégées

Méthode Description
CustomExitCodeException ( SerializationInfo info, StreamingContext context ) : System

Constructs the exception

Method Details

CustomExitCodeException() protected méthode

Constructs the exception
protected CustomExitCodeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

CustomExitCodeException() public méthode

Constructs the exception
public CustomExitCodeException ( int exitCode, string message ) : System
exitCode int
message string
Résultat System