RuleSetValidationException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

Przeciążenia

RuleSetValidationException()

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

RuleSetValidationException(String)

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

RuleSetValidationException(SerializationInfo, StreamingContext)

Inicjuje RuleSetValidationException nowe wystąpienie klasy z serializowanych danych.

RuleSetValidationException(String, Exception)

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

RuleSetValidationException(String, ValidationErrorCollection)

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

RuleSetValidationException()

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

public:
 RuleSetValidationException();
public RuleSetValidationException ();
Public Sub New ()

Dotyczy

RuleSetValidationException(String)

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

public:
 RuleSetValidationException(System::String ^ message);
public RuleSetValidationException (string message);
new System.Workflow.Activities.Rules.RuleSetValidationException : string -> System.Workflow.Activities.Rules.RuleSetValidationException
Public Sub New (message As String)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

Dotyczy

RuleSetValidationException(SerializationInfo, StreamingContext)

Inicjuje RuleSetValidationException nowe wystąpienie klasy z serializowanych danych.

protected:
 RuleSetValidationException(System::Runtime::Serialization::SerializationInfo ^ serializeInfo, System::Runtime::Serialization::StreamingContext context);
protected RuleSetValidationException (System.Runtime.Serialization.SerializationInfo serializeInfo, System.Runtime.Serialization.StreamingContext context);
new System.Workflow.Activities.Rules.RuleSetValidationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Workflow.Activities.Rules.RuleSetValidationException
Protected Sub New (serializeInfo As SerializationInfo, context As StreamingContext)

Parametry

serializeInfo
SerializationInfo

Odwołanie do obiektu, który przechowuje dane potrzebne do deserializacji wyjątku.

context
StreamingContext

Zapewnia metodę deserializacji danych wyjątku.

Dotyczy

RuleSetValidationException(String, Exception)

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

public:
 RuleSetValidationException(System::String ^ message, Exception ^ ex);
public RuleSetValidationException (string message, Exception ex);
new System.Workflow.Activities.Rules.RuleSetValidationException : string * Exception -> System.Workflow.Activities.Rules.RuleSetValidationException
Public Sub New (message As String, ex As Exception)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

ex
Exception

Wyjątek wewnętrzny.

Dotyczy

RuleSetValidationException(String, ValidationErrorCollection)

Inicjuje nowe wystąpienie klasy RuleSetValidationException.

public:
 RuleSetValidationException(System::String ^ message, System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ errors);
public RuleSetValidationException (string message, System.Workflow.ComponentModel.Compiler.ValidationErrorCollection errors);
new System.Workflow.Activities.Rules.RuleSetValidationException : string * System.Workflow.ComponentModel.Compiler.ValidationErrorCollection -> System.Workflow.Activities.Rules.RuleSetValidationException
Public Sub New (message As String, errors As ValidationErrorCollection)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

errors
ValidationErrorCollection

Zbieranie błędów walidacji, które wystąpiły podczas sprawdzania poprawności zestawu reguł.

Dotyczy