System.CodeDom.CodeCatchClause.LocalName Property

Gets or sets the variable name of the exception that the catch clause handles.

Syntax

public string LocalName { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property specifies the name of the local variable for the exception. This local variable is optional. By default, the clause does not have this variable.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0