Show / Hide Table of Contents

Class NoSuchCommandException

An exception thrown when attempting to retrieve a command that does not exist.

Inheritance
Object
Exception
NoSuchCommandException
Namespace: Wenzil.Console
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class NoSuchCommandException : Exception, _Exception, ISerializable

Constructors

| Improve this Doc View Source

NoSuchCommandException()

Declaration
public NoSuchCommandException()
| Improve this Doc View Source

NoSuchCommandException(SerializationInfo, StreamingContext)

Declaration
protected NoSuchCommandException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

NoSuchCommandException(String)

Declaration
public NoSuchCommandException(string message)
Parameters
Type Name Description
String message
| Improve this Doc View Source

NoSuchCommandException(String, String)

Declaration
public NoSuchCommandException(string message, string command)
Parameters
Type Name Description
String message
String command

Properties

| Improve this Doc View Source

command

The command that does not exist.

Declaration
public string command { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

GetObjectData(SerializationInfo, StreamingContext)

Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
Overrides
Exception.GetObjectData(SerializationInfo, StreamingContext)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NoSuchCommandException()
    • NoSuchCommandException(SerializationInfo, StreamingContext)
    • NoSuchCommandException(String)
    • NoSuchCommandException(String, String)
  • Properties
    • command
  • Methods
    • GetObjectData(SerializationInfo, StreamingContext)
Back to top Generated by DocFX