Table of Contents

Class AbpShutdownException

Namespace
Volo.Abp
Assembly
Volo.Abp.Core.dll
public class AbpShutdownException : AbpException, ISerializable
Inheritance
AbpShutdownException
Implements
Inherited Members
Extension Methods

Constructors

AbpShutdownException()

public AbpShutdownException()

AbpShutdownException(string)

public AbpShutdownException(string message)

Parameters

message string

AbpShutdownException(string, Exception)

public AbpShutdownException(string message, Exception innerException)

Parameters

message string
innerException Exception