BusinessRulesLanguageSchemaNotFoundException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BusinessRulesLanguageSchemaNotFoundException(SerializationInfo, StreamingContext)
protected:
BusinessRulesLanguageSchemaNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected BusinessRulesLanguageSchemaNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.BusinessRulesLanguageSchemaNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.BusinessRulesLanguageSchemaNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
- context
- StreamingContext
S’applique à
BusinessRulesLanguageSchemaNotFoundException(String, String)
public:
BusinessRulesLanguageSchemaNotFoundException(System::String ^ message, System::String ^ schemaName);
public BusinessRulesLanguageSchemaNotFoundException (string message, string schemaName);
new Microsoft.RuleEngine.BusinessRulesLanguageSchemaNotFoundException : string * string -> Microsoft.RuleEngine.BusinessRulesLanguageSchemaNotFoundException
Public Sub New (message As String, schemaName As String)
Paramètres
- message
- String
- schemaName
- String
S’applique à
BusinessRulesLanguageSchemaNotFoundException(String, String, Exception)
public:
BusinessRulesLanguageSchemaNotFoundException(System::String ^ message, System::String ^ schemaName, Exception ^ ex);
public BusinessRulesLanguageSchemaNotFoundException (string message, string schemaName, Exception ex);
new Microsoft.RuleEngine.BusinessRulesLanguageSchemaNotFoundException : string * string * Exception -> Microsoft.RuleEngine.BusinessRulesLanguageSchemaNotFoundException
Public Sub New (message As String, schemaName As String, ex As Exception)
Paramètres
- message
- String
- schemaName
- String
- ex
- Exception