Class AbpExceptionHandlingOptions
Inheritance
AbpExceptionHandlingOptions
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class AbpExceptionHandlingOptions
Constructors
AbpExceptionHandlingOptions()
Declaration
public AbpExceptionHandlingOptions()
Properties
ExcludeExceptionFromLoggerSelectors
Declaration
public List<Func<Exception, bool>> ExcludeExceptionFromLoggerSelectors { get; }
Property Value
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
Methods
ShouldLogException(Exception)
Declaration
public bool ShouldLogException(Exception exception)
Parameters
Returns
Extension Methods