RuleSetValidationException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse.
Overloads
| Name | Description |
|---|---|
| RuleSetValidationException() |
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse. |
| RuleSetValidationException(String) |
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse. |
| RuleSetValidationException(SerializationInfo, StreamingContext) |
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse op basis van geserialiseerde gegevens. |
| RuleSetValidationException(String, Exception) |
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse. |
| RuleSetValidationException(String, ValidationErrorCollection) |
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse. |
RuleSetValidationException()
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse.
public:
RuleSetValidationException();
public RuleSetValidationException();
Public Sub New ()
Van toepassing op
RuleSetValidationException(String)
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse.
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)
Parameters
- message
- String
In het foutbericht wordt de reden voor de uitzondering uitgelegd.
Van toepassing op
RuleSetValidationException(SerializationInfo, StreamingContext)
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse op basis van geserialiseerde gegevens.
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)
Parameters
- serializeInfo
- SerializationInfo
Verwijzing naar het object met de gegevens die nodig zijn om de uitzondering te deserialiseren.
- context
- StreamingContext
Biedt de middelen voor het deserialiseren van de uitzonderingsgegevens.
Van toepassing op
RuleSetValidationException(String, Exception)
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse.
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)
Parameters
- message
- String
In het foutbericht wordt de reden voor de uitzondering uitgelegd.
- ex
- Exception
De binnenste uitzondering.
Van toepassing op
RuleSetValidationException(String, ValidationErrorCollection)
Initialiseert een nieuw exemplaar van de RuleSetValidationException klasse.
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)
Parameters
- message
- String
In het foutbericht wordt de reden voor de uitzondering uitgelegd.
- errors
- ValidationErrorCollection
Verzameling validatiefouten die zijn opgetreden tijdens het valideren van een regelset.