Udostępnij za pośrednictwem


Konstruktor ValidationState (String, Exception, String, Boolean)

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.. Inicjuje nowe wystąpienie ValidationState klasy z określoną wiadomość, wyjątek, klucz powiązanie i typu błędu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String, _
    error As Exception, _
    bindingKey As String, _
    isWarning As Boolean _
)
'Użycie
Dim message As String
Dim error As Exception
Dim bindingKey As String
Dim isWarning As Boolean

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

Parametry

  • error
    Typ: System.Exception
    Określa wyjątek, który jest źródło błędu sprawdzania poprawności.
  • bindingKey
    Typ: System.String
    Określa nazwę właściwość, która wygenerowała wyjątek.
  • isWarning
    Typ: System.Boolean
    Określa, czy błąd jest ostrzeżenie.Jeśli true, błąd jest ostrzeżenie.Jeśli false, błąd jest błędem.