Class AbpExceptionHandlingOptions
Inheritance
AbpExceptionHandlingOptions
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class AbpExceptionHandlingOptions
Constructors
AbpExceptionHandlingOptions()
Declaration
public AbpExceptionHandlingOptions()
Properties
SendExceptionDataToClientTypes
Declaration
public List<Type> SendExceptionDataToClientTypes { get; set; }
Property Value
SendExceptionsDetailsToClients
Declaration
public bool SendExceptionsDetailsToClients { get; set; }
Property Value
SendStackTraceToClients
Declaration
public bool SendStackTraceToClients { get; set; }
Property Value
Extension Methods