Class ShutdownReason
Namespace: Casewhere.Common.Services
Assembly: Casewhere.Common.dll
public class ShutdownReason
Inheritance
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
Stacktrace
public string Stacktrace { get; set; }