ValidationState.AddError Method (String, String)
Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Adds an error with the specified message and binding key to the ValidationState.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub AddError ( _
message As String, _
bindingKey As String _
)
'Usage
Dim instance As ValidationState
Dim message As String
Dim bindingKey As String
instance.AddError(message, bindingKey)
public void AddError(
string message,
string bindingKey
)
public:
void AddError(
String^ message,
String^ bindingKey
)
member AddError :
message:string *
bindingKey:string -> unit
public function AddError(
message : String,
bindingKey : String
)
Parameters
- message
Type: System.String
Specifies the error message.
- bindingKey
Type: System.String
Specifies the name of the property that generated the exception.