Class AbpExceptionHandlingOptions
Inheritance
object
AbpExceptionHandlingOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |