Class AbpException
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)