Class ActorNotFoundException
Inheritance
↳ object
↳ Exception
↳ ActorNotFoundException
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 ActorNotFoundException : Exception, ISerializable
Constructors
ActorNotFoundException(string)
Declarationpublic ActorNotFoundException(string message)
Type | Name | Description |
---|---|---|
string | message |
ActorNotFoundException(string, string)
Declarationpublic ActorNotFoundException(string actorName, string schemeCode)
Type | Name | Description |
---|---|---|
string | actorName | |
string | schemeCode |
Methods
Create(string, string)
Declaration[Obsolete("Use constructor with actorName and schemeCode parameters.")]
public static ActorNotFoundException Create(string actorName, string schemeCode)
Type | Name | Description |
---|---|---|
string | actorName | |
string | schemeCode |
Type | Description |
---|---|
ActorNotFoundException |