Share via


ExceptionContextCatchBlock.Name Property

 

Gets a label for the catch block in which the exception was caught.

Namespace:   System.Web.Http.ExceptionHandling
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public string Name { get; }
public:
property String^ Name {
    String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

A label for the catch block in which the exception was caught.

See Also

ExceptionContextCatchBlock Class
System.Web.Http.ExceptionHandling Namespace

Return to top