Share via


ValidationState Constructor (String, String)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Initializes a new instance of the ValidationState class with the specified message 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 ( _
    message As String, _
    bindingKey As String _
)
'Usage
Dim message As String 
Dim bindingKey As String 

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

Parameters

  • bindingKey
    Type: System.String
    Specifies the name of the property that generated the exception.

Remarks

By default, the fault type is set as Error.

See Also

Reference

ValidationState Class

ValidationState Overload

Microsoft.SqlServer.Management.Sdk.Sfc Namespace