Class UserExceptionInformerContext
Inheritance
object
UserExceptionInformerContext
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.Components.ExceptionHandling
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class UserExceptionInformerContext
Constructors
UserExceptionInformerContext(Exception)
Declaration
public UserExceptionInformerContext(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Exception | exception |
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| System.Exception |