Class CasewhereException
Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common.dll
public abstract class CasewhereException : Exception, ISerializable, _Exception
Inheritance
object ← Exception ← CasewhereException
Derived
BadDataException, CasewhereJobException, CasewhereTestException, CompilerContextException, DataAttributeAccessViolationException, DataAttributeValidatorException, DataObjectInvalidOperationException, FailedBuildWorkflowException, GeneralErrorException, ImportException, InvalidCastOperationException, InvalidConfigDynamicWorkflowException, MaintenanceWorkerSiteModeException, NotFoundException, RequestTimeoutException, UnauthorizedException, WorkflowMonitorAccessViolationException
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<CasewhereException>(CasewhereException)
Constructors
CasewhereException()
protected CasewhereException()
CasewhereException(string)
protected CasewhereException(string message)
Parameters
message
string
CasewhereException(string, Exception)
protected CasewhereException(string message, Exception ex)
Parameters
message
string
ex
Exception