Class MaintenanceWorkerSiteModeException
Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common.dll
public class MaintenanceWorkerSiteModeException : CasewhereException, ISerializable, _Exception
Inheritance
object ← Exception ← CasewhereException ← MaintenanceWorkerSiteModeException
Implements
Inherited Members
Exception.GetBaseException(), Exception.ToString(), Exception.GetObjectData(SerializationInfo, StreamingContext), Exception.GetType(), Exception.Message, Exception.Data, Exception.InnerException, Exception.TargetSite, Exception.StackTrace, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.SerializeObjectState, 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<MaintenanceWorkerSiteModeException>(MaintenanceWorkerSiteModeException)
Constructors
MaintenanceWorkerSiteModeException()
public MaintenanceWorkerSiteModeException()
MaintenanceWorkerSiteModeException(string)
public MaintenanceWorkerSiteModeException(string message)
Parameters
message
string
MaintenanceWorkerSiteModeException(string, Exception)
public MaintenanceWorkerSiteModeException(string message, Exception exception)
Parameters
message
string
exception
Exception