Share via


BusinessRulesLanguageSchemaNotFoundException Constructors

Definition

Overloads

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)

Parameters

Applies to

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)

Parameters

message
String
schemaName
String

Applies to

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)

Parameters

message
String
schemaName
String

Applies to