Show / Hide Table of Contents

Class AbpShutdownException

Inheritance
System.Object
AbpException
AbpShutdownException
Namespace: Volo.Abp
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpShutdownException : AbpException

Constructors

AbpShutdownException()

Declaration
public AbpShutdownException()

AbpShutdownException(SerializationInfo, StreamingContext)

Declaration
public AbpShutdownException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
Type Name Description
SerializationInfo serializationInfo
StreamingContext context

AbpShutdownException(String)

Declaration
public AbpShutdownException(string message)
Parameters
Type Name Description
System.String message

AbpShutdownException(String, Exception)

Declaration
public AbpShutdownException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft