Compartir a través de


BusinessRulesLanguageSchemaNotFoundException Constructores

Definición

Sobrecargas

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)

Parámetros

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

Se aplica a