Optimization : NDesk.Options Namespace

OptionException Class

Documentation for this section has not yet been entered.

public class OptionException : Exception

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)

Members

See Also: Inherited members from Exception.

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Public Properties

[read-only]
OptionName string . Documentation for this section has not yet been entered.

Public Methods

override
GetObjectData (System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.

Member Details

OptionException Constructor

Documentation for this section has not yet been entered.

public OptionException ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)

OptionException Constructor

Documentation for this section has not yet been entered.

Parameters

info
Documentation for this section has not yet been entered.
context
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)

OptionException Constructor

Documentation for this section has not yet been entered.

public OptionException (string message, string optionName)

Parameters

message
Documentation for this section has not yet been entered.
optionName
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)

OptionException Constructor

Documentation for this section has not yet been entered.

public OptionException (string message, string optionName, Exception innerException)

Parameters

message
Documentation for this section has not yet been entered.
optionName
Documentation for this section has not yet been entered.
innerException
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)

GetObjectData Method

Documentation for this section has not yet been entered.

Parameters

info
Documentation for this section has not yet been entered.
context
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)

OptionName Property

Documentation for this section has not yet been entered.

public string OptionName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)