Class CommandException
表示一个命令执行过程中发生的异常。
public class CommandException : Exception, ISerializable
- Inheritance
-
CommandException
- Implements
- Inherited Members
Constructors
CommandException(CommandInfo, ICommandContext, Exception?)
初始化一个 CommandException 类的新实例。
public CommandException(CommandInfo command, ICommandContext context, Exception? ex)
Parameters
command
CommandInfo引发异常的命令。
context
ICommandContext引发异常的命令上下文。
ex
Exception引发的异常。
Properties
Command
获取异常的命令信息。
public CommandInfo Command { get; }
Property Value
Context
获取异常的命令上下文。
public ICommandContext Context { get; }