P_CommandLine_SetValueExceptionError_Exception - adutton/commandline GitHub Wiki
The expection thrown from Property.SetValue
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public Exception Exception { get; }VB
Public ReadOnly Property Exception As Exception
GetC++
public:
property Exception^ Exception {
Exception^ get ();
}F#
member Exception : Exception with get
Type: Exception