ExceptionHandlerOptions Class¶
- Namespace
Microsoft.AspNetCore.Builder- Assemblies
- Microsoft.AspNetCore.Diagnostics
Syntax¶
public class ExceptionHandlerOptions
-
class
Microsoft.AspNetCore.Builder.ExceptionHandlerOptions
Properties¶
-
Microsoft.AspNetCore.Builder.ExceptionHandlerOptions.ExceptionHandler¶ Return type: Microsoft.AspNetCore.Http.RequestDelegate public RequestDelegate ExceptionHandler { get; set; }
-
Microsoft.AspNetCore.Builder.ExceptionHandlerOptions.ExceptionHandlingPath¶ Return type: Microsoft.AspNetCore.Http.PathString public PathString ExceptionHandlingPath { get; set; }
-