Table of Contents

Class ShutdownReason

Namespace: Casewhere.Common.Services
Assembly: Casewhere.Common.dll

public class ShutdownReason

Inheritance

objectShutdownReason

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<ShutdownReason>(ShutdownReason)

Constructors

ShutdownReason()

public ShutdownReason()

Properties

Message

public string Message { get; set; }

Property Value

string

Stacktrace

public string Stacktrace { get; set; }

Property Value

string