Skip to main content

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

Class CommandNotFoundException

Inheritance

↳ object

    ↳ Exception

        ↳ CommandNotFoundException

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

Constructors

CommandNotFoundException(string)

Declaration
public CommandNotFoundException(string message)
Parameters
TypeNameDescription
stringmessage

CommandNotFoundException(string, string)

Declaration
public CommandNotFoundException(string commandName, string schemeCode)
Parameters
TypeNameDescription
stringcommandName
stringschemeCode

Methods

Create(string, string)

Declaration
[Obsolete("Use constructor with commandName and schemeCode parameters.")]
public static CommandNotFoundException Create(string commandName, string schemeCode)
Parameters
TypeNameDescription
stringcommandName
stringschemeCode
Returns
TypeDescription
CommandNotFoundException

Extension Methods