Freigeben über


ValidationState-Konstruktor (Exception, String)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.. Initializes a new instance of the ValidationState class with the specified exception and binding key.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    error As Exception, _
    bindingKey As String _
)
'Usage
Dim error As Exception
Dim bindingKey As String

Dim instance As New ValidationState(error, bindingKey)
public ValidationState(
    Exception error,
    string bindingKey
)
public:
ValidationState(
    Exception^ error, 
    String^ bindingKey
)
new : 
        error:Exception * 
        bindingKey:string -> ValidationState
public function ValidationState(
    error : Exception, 
    bindingKey : String
)

Parameter