Skip to content

P_CommandLine_SetValueExceptionError_Exception

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

SetValueExceptionError.Exception Property

The expection thrown from Property.SetValue

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public Exception Exception { get; }

VB

Public ReadOnly Property Exception As Exception
	Get

C++

public:
property Exception^ Exception {
	Exception^ get ();
}

F#

member Exception : Exception with get

Property Value

Type: Exception

See Also

Reference

SetValueExceptionError Class
CommandLine Namespace

Clone this wiki locally