RuleSetTranslationException Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RuleSetTranslationException(String) | |
RuleSetTranslationException(SerializationInfo, StreamingContext) | |
RuleSetTranslationException(String, Exception) |
RuleSetTranslationException(String)
public:
RuleSetTranslationException(System::String ^ message);
public RuleSetTranslationException (string message);
new Microsoft.RuleEngine.RuleSetTranslationException : string -> Microsoft.RuleEngine.RuleSetTranslationException
Public Sub New (message As String)
Parametry
- message
- String
Platí pro
RuleSetTranslationException(SerializationInfo, StreamingContext)
protected:
RuleSetTranslationException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleSetTranslationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleSetTranslationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleSetTranslationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
Platí pro
RuleSetTranslationException(String, Exception)
public:
RuleSetTranslationException(System::String ^ message, Exception ^ ex);
public RuleSetTranslationException (string message, Exception ex);
new Microsoft.RuleEngine.RuleSetTranslationException : string * Exception -> Microsoft.RuleEngine.RuleSetTranslationException
Public Sub New (message As String, ex As Exception)
Parametry
- message
- String
- ex
- Exception