Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

Original file: ../bitquirky-command/Runtime/CommandException.cs

Source file hash: sha256:57e41fac9018619e3a4162f63e02591ab0a071f3cb6962d3614dccd06360d92f

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 18-29

Declaration hash: sha256:be2ca06347529fa7fadefe5fd841d4aea3f8c10a6caea8ed55df4e5304608afa

C#
public abstract class CommandException : Exception
{
}

Original lines: 25-28

Declaration hash: sha256:01e09a0a6639bc86e4d74171df7ccb93b6026ef2000126408e19e3e44615d04b

C#
protected CommandException(string message);

Original lines: 41-51

Declaration hash: sha256:a822e58751dbcd184394797978c2b72004e3cdb54d7e249d39ae8c939f57f599

C#
public sealed class CommandParseException : CommandException
{
}

Method: CommandParseException(string message)

Section titled “Method: CommandParseException(string message)”

Original lines: 47-50

Declaration hash: sha256:5f53deb95e2a4bc2111378c464ee9d490968bf6010e8ba902cb042b0e040502c

C#
public CommandParseException(string message);

Original lines: 64-75

Declaration hash: sha256:1fcdd22de168a2ebfde7d46595c3e53afb346fe2d92dfcebd6d103379d15e64c

C#
public sealed class CommandBindingException : CommandException
{
}

Method: CommandBindingException(string message)

Section titled “Method: CommandBindingException(string message)”

Original lines: 71-74

Declaration hash: sha256:30f77e40370ae02daf8b6c0977d98b2f6feadab270a43c6b2c540e8eebc112a6

C#
public CommandBindingException(string message);

Original lines: 87-98

Declaration hash: sha256:d8624637580c5ee8e0a2e1f660ca5f16f8a78a2c7daf74b6d2ee050193b84a1f

C#
public sealed class CommandNotFoundException : CommandException
{
}

Method: CommandNotFoundException(string message)

Section titled “Method: CommandNotFoundException(string message)”

Original lines: 94-97

Declaration hash: sha256:13b37552a97294e631bfb6e97f5d41c0a2aba1ca3730d1cde3b9e32c23c959db

C#
public CommandNotFoundException(string message);
Full-size image