Udostępnij przez


BusinessRulesLanguageSchemaNotFoundException Konstruktory

Definicja

Przeciążenia

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)

Parametry

Dotyczy

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)

Parametry

message
String
schemaName
String

Dotyczy

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)

Parametry

message
String
schemaName
String

Dotyczy