LobGenericException - Constructeur (String, Exception)
Crée une nouvelle instance de la classe à l'aide d'un message et l'exception interne.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Utilisation
Dim message As String
Dim inner As Exception
Dim instance As New LobGenericException(message, _
inner)
public LobGenericException(
string message,
Exception inner
)
Paramètres
message
Type : System.StringLa chaîne du message.
inner
Type : System.ExceptionException interne qui a provoqué cette exception.