CommandException 构造函数 (String)

使用提供的消息初始化 CommandException 类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.Exceptions
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Sub New ( _
    msg As String _
)
public CommandException(
    string msg
)
public:
CommandException(
    String^ msg
)
new : 
        msg:string -> CommandException
public function CommandException(
    msg : String
)

参数

.NET Framework 安全性

请参见

参考

CommandException 类

CommandException 重载

Microsoft.VisualStudio.TestTools.Exceptions 命名空间