Skip to main content

Class ProcessNotFoundException

Inheritance

↳ object

    ↳ Exception

        ProcessNotFoundException

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

Syntax
public class ProcessNotFoundException : Exception, ISerializable

Constructors

ProcessNotFoundException()

Declaration
[Obsolete("Use ProcessNotFoundException(Guid) constructor")]
public ProcessNotFoundException()

ProcessNotFoundException(Guid)

Declaration
public ProcessNotFoundException(Guid id)
Parameters
TypeNameDescription
Guidid

Extension Methods