Class AbpShutdownException
Inheritance
AbpShutdownException
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpShutdownException : AbpException, ISerializable
Constructors
AbpShutdownException()
Declaration
public AbpShutdownException()
AbpShutdownException(string)
Declaration
public AbpShutdownException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
AbpShutdownException(string, Exception)
Declaration
public AbpShutdownException(string message, Exception innerException)
Parameters
Implements
Extension Methods