CommandException.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandException.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: CommandException
Section titled “Type: CommandException”Original lines: 18-29
Declaration hash: sha256:be2ca06347529fa7fadefe5fd841d4aea3f8c10a6caea8ed55df4e5304608afa
public abstract class CommandException : Exception{}Method: CommandException(string message)
Section titled “Method: CommandException(string message)”Original lines: 25-28
Declaration hash: sha256:01e09a0a6639bc86e4d74171df7ccb93b6026ef2000126408e19e3e44615d04b
protected CommandException(string message);Type: CommandParseException
Section titled “Type: CommandParseException”Original lines: 41-51
Declaration hash: sha256:a822e58751dbcd184394797978c2b72004e3cdb54d7e249d39ae8c939f57f599
public sealed class CommandParseException : CommandException{}Method: CommandParseException(string message)
Section titled “Method: CommandParseException(string message)”Original lines: 47-50
Declaration hash: sha256:5f53deb95e2a4bc2111378c464ee9d490968bf6010e8ba902cb042b0e040502c
public CommandParseException(string message);Type: CommandBindingException
Section titled “Type: CommandBindingException”Original lines: 64-75
Declaration hash: sha256:1fcdd22de168a2ebfde7d46595c3e53afb346fe2d92dfcebd6d103379d15e64c
public sealed class CommandBindingException : CommandException{}Method: CommandBindingException(string message)
Section titled “Method: CommandBindingException(string message)”Original lines: 71-74
Declaration hash: sha256:30f77e40370ae02daf8b6c0977d98b2f6feadab270a43c6b2c540e8eebc112a6
public CommandBindingException(string message);Type: CommandNotFoundException
Section titled “Type: CommandNotFoundException”Original lines: 87-98
Declaration hash: sha256:d8624637580c5ee8e0a2e1f660ca5f16f8a78a2c7daf74b6d2ee050193b84a1f
public sealed class CommandNotFoundException : CommandException{}Method: CommandNotFoundException(string message)
Section titled “Method: CommandNotFoundException(string message)”Original lines: 94-97
Declaration hash: sha256:13b37552a97294e631bfb6e97f5d41c0a2aba1ca3730d1cde3b9e32c23c959db
public CommandNotFoundException(string message);