C# Class GoCommando.CustomExitCodeException

Inheritance: System.Exception
Show file Open project: rebus-org/GoCommando

Public Methods

Method Description
CustomExitCodeException ( int exitCode, string message ) : System

Constructs the exception

Protected Methods

Method Description
CustomExitCodeException ( SerializationInfo info, StreamingContext context ) : System

Constructs the exception

Method Details

CustomExitCodeException() protected method

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

CustomExitCodeException() public method

Constructs the exception
public CustomExitCodeException ( int exitCode, string message ) : System
exitCode int
message string
return System