Class AbpException
Inheritance
AbpException
Implements
Inherited Members
Namespace: Volo.Abp
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpException : Exception, ISerializable
Constructors
AbpException()
Declaration
public AbpException()
AbpException(string?)
Declaration
public AbpException(string? message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
AbpException(string?, Exception?)
Declaration
public AbpException(string? message, Exception? innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |