RuleSetTranslationException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- message
- String
S’applique à
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)
Paramètres
- info
- SerializationInfo
- context
- StreamingContext
S’applique à
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)
Paramètres
- message
- String
- ex
- Exception