ExceptionHandlerOptions.ExceptionHandlingPath Property

Definition

The path to the exception handling endpoint. This path will be used when executing the ExceptionHandler.

public:
 property Microsoft::AspNetCore::Http::PathString ExceptionHandlingPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString ExceptionHandlingPath { get; set; }
member this.ExceptionHandlingPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property ExceptionHandlingPath As PathString

Property Value

Applies to