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
Syntaxpublic class SchemeAlreadyExistsException : Exception, ISerializable
Constructors
SchemeAlreadyExistsException()
Declaration[Obsolete("Use SchemeAlredyExistsException.Create methods")]
public SchemeAlreadyExistsException()
Methods
Create(string, SchemeLocation, string)
Declarationpublic static SchemeAlreadyExistsException Create(string code, SchemeLocation location, string definingParameters = null)
Type | Name | Description |
---|---|---|
string | code | |
SchemeLocation | location | |
string | definingParameters |
Type | Description |
---|---|
SchemeAlreadyExistsException |