RuleException 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
| Nom | Description |
|---|---|
| RuleException() |
Initialiser une nouvelle instance de message d’exception RuleException et d’exceptions internes est définie sur Null |
| RuleException(String) |
Initialiser une nouvelle instance d’un RuleException message |
| RuleException(String, Exception) |
Initialiser une nouvelle instance d’un RuleException message et une exception interne |
RuleException()
Initialiser une nouvelle instance de message d’exception RuleException et d’exceptions internes est définie sur Null
public RuleException();
Public Sub New ()
S’applique à
RuleException(String)
Initialiser une nouvelle instance d’un RuleException message
public RuleException(string message);
new Microsoft.SqlServer.Dac.CodeAnalysis.RuleException : string -> Microsoft.SqlServer.Dac.CodeAnalysis.RuleException
Public Sub New (message As String)
Paramètres
- message
- String
Message d’exception
S’applique à
RuleException(String, Exception)
Initialiser une nouvelle instance d’un RuleException message et une exception interne
public RuleException(string message, Exception innerException);
new Microsoft.SqlServer.Dac.CodeAnalysis.RuleException : string * Exception -> Microsoft.SqlServer.Dac.CodeAnalysis.RuleException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d’exception
- innerException
- Exception
Exception interne à attacher à cette exception