Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Class CommandParameterAlreadyExistsException

Inheritance

↳ object

    ↳ Exception

        ↳ CommandParameterAlreadyExistsException

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

Constructors

CommandParameterAlreadyExistsException(string, string, string)

Declaration
public CommandParameterAlreadyExistsException(string commandName, string parameterName, string schemeCode)
Parameters
TypeNameDescription
stringcommandName
stringparameterName
stringschemeCode

Extension Methods