ParentCommandFailureExitCode Property
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
protected virtual int FailureExitCode { get; }
Protected Overridable ReadOnly Property FailureExitCode As Integer
Get
Dim value As Integer
value = Me.FailureExitCode
protected:
virtual property int FailureExitCode {
int get ();
}
Property Value
Int32
The exit code to use for parsing failure. The base class implementation returns 1.