Langage

RuleException Constructeurs

Définition

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

S’applique à