SfcDependencyException 建構函式 (String)
Initializes a new instance of the SfcDependencyException class with the specified error message.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub New ( _
message As String _
)
'用途
Dim message As String
Dim instance As New SfcDependencyException(message)
public SfcDependencyException(
string message
)
public:
SfcDependencyException(
String^ message
)
new :
message:string -> SfcDependencyException
public function SfcDependencyException(
message : String
)
參數
- message
型別:System.String
A String value that specifies the message string for the Service Request exception.