DacServicesException 构造函数 (String)

Construct a new instance of the DacServicesException class with the specified error message.

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

语法

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

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

参数

  • message
    类型:System.String
    The message that describes the error.

请参阅

参考

DacServicesException 类

DacServicesException 重载

Microsoft.SqlServer.Dac 命名空间