UtilityException 构造函数 (String)

Initializes a new, default instance of the UtilityException class with the specified error message.

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
Dim message As String 

Dim instance As New UtilityException(message)
public UtilityException(
    string message
)
public:
UtilityException(
    String^ message
)
new : 
        message:string -> UtilityException
public function UtilityException(
    message : String
)

参数

  • message
    类型:System.String
    Contains a message describing the error.

请参阅

参考

UtilityException 类

UtilityException 重载

Microsoft.SqlServer.Management.Utility 命名空间