Skip to main content

Class SchemeAlreadyExistsException

Inheritance

↳ object

    ↳ Exception

        SchemeAlreadyExistsException

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

Constructors

SchemeAlreadyExistsException()

Declaration
[Obsolete("Use SchemeAlredyExistsException.Create methods")]
public SchemeAlreadyExistsException()

Methods

Create(string, SchemeLocation, string)

Declaration
public static SchemeAlreadyExistsException Create(string code, SchemeLocation location, string definingParameters = null)
Parameters
TypeNameDescription
stringcode
SchemeLocationlocation
stringdefiningParameters
Returns
TypeDescription
SchemeAlreadyExistsException

Extension Methods