Partager via


BusinessRulesLanguageSchemaNotFoundException Constructeurs

Définition

Surcharges

BusinessRulesLanguageSchemaNotFoundException(SerializationInfo, StreamingContext)
BusinessRulesLanguageSchemaNotFoundException(String, String)
BusinessRulesLanguageSchemaNotFoundException(String, String, Exception)

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

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

S’applique à