C# Класс GoCommando.CustomExitCodeException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
CustomExitCodeException ( int exitCode, string message ) : System

Constructs the exception

Защищенные методы

Метод Описание
CustomExitCodeException ( SerializationInfo info, StreamingContext context ) : System

Constructs the exception

Описание методов

CustomExitCodeException() защищенный Метод

Constructs the exception
protected CustomExitCodeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

CustomExitCodeException() публичный Метод

Constructs the exception
public CustomExitCodeException ( int exitCode, string message ) : System
exitCode int
message string
Результат System