Table of Contents

Class AbpException

Namespace
Volo.Abp
Assembly
Volo.Abp.Core.dll

Base exception type for those are thrown by Abp system for Abp specific exceptions.

public class AbpException : Exception, ISerializable
Inheritance
AbpException
Implements
Derived
Inherited Members
Extension Methods

Constructors

AbpException()

public AbpException()

AbpException(string?)

public AbpException(string? message)

Parameters

message string

AbpException(string?, Exception?)

public AbpException(string? message, Exception? innerException)

Parameters

message string
innerException Exception