Skip to main content

Class ProcessAlreadyExistsException

Inheritance

↳ object

    ↳ Exception

        ProcessAlreadyExistsException

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 ProcessAlreadyExistsException : Exception, ISerializable

Constructors

ProcessAlreadyExistsException()

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

ProcessAlreadyExistsException(Guid)

Declaration
public ProcessAlreadyExistsException(Guid id)
Parameters
TypeNameDescription
Guidid

Extension Methods