BusinessRulesLanguageSchemaNotFoundException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- info
- SerializationInfo
- context
- StreamingContext
Se aplica a
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)
Parámetros
- message
- String
- schemaName
- String
Se aplica a
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)
Parámetros
- message
- String
- schemaName
- String
- ex
- Exception