Partager via


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

  • inner
    Type : System.Exception

    Exception interne qui a provoqué cette exception.

Voir aussi

Référence

LobGenericException classe

LobGenericException - Membres

LobGenericException - Surcharge

Microsoft.BusinessData.Runtime - Espace de noms