Class AbpExceptionHandlingOptions
Inherited Members
Namespace: Volo.Abp.AspNetCore.ExceptionHandling
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class AbpExceptionHandlingOptions
Constructors
AbpExceptionHandlingOptions()
Declaration
public AbpExceptionHandlingOptions()
Properties
SendExceptionsDetailsToClients
Declaration
public bool SendExceptionsDetailsToClients { get; set; }
Property Value
Type | Description |
---|---|
bool |
SendStackTraceToClients
Declaration
public bool SendStackTraceToClients { get; set; }
Property Value
Type | Description |
---|---|
bool |