Class WrongActivityTypeException
Inheritance
↳ object
↳ Exception
↳ WrongActivityTypeException
Implements
ISerializable
Inherited Members
GetBaseException()
GetObjectData(SerializationInfo, StreamingContext)
GetType()
ToString()
Data
HelpLink
HResult
InnerException
Message
Source
StackTrace
TargetSite
SerializeObjectState
Equals(object)
Equals(object, object)
GetHashCode()
MemberwiseClone()
ReferenceEquals(object, object)
Namespace: OptimaJet.Workflow.Core.Fault
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class WrongActivityTypeException : Exception, ISerializable
Constructors
WrongActivityTypeException(string, string, ActivityType)
Declarationpublic WrongActivityTypeException(string activityName, string schemeCode, ActivityType expectedType)
Type | Name | Description |
---|---|---|
string | activityName | |
string | schemeCode | |
ActivityType | expectedType |