Class ExitCodeException
Inheritance
ExitCodeException
Assembly: NanoByte.Common.dll
Syntax
public sealed class ExitCodeException : IOException
Constructors
ExitCodeException()
Declaration
public ExitCodeException()
ExitCodeException(String)
Declaration
public ExitCodeException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
ExitCodeException(String, Exception)
Declaration
public ExitCodeException(string message, Exception innerException)
Parameters
ExitCodeException(String, Int32)
Creates a new exit code exception.
Declaration
public ExitCodeException(string commandLine, int exitCode)
Parameters
Type |
Name |
Description |
String |
commandLine |
The command-line used to launch the process.
|
Int32 |
exitCode |
The ExitCode.
|
Properties
ExitCode
Declaration
public int ExitCode { get; }
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Extension Methods