Partager via


AddonDataHandlerException - Constructeur (String, Exception)

Initialise une nouvelle instance de la classe AddonDataHandlerException .

Espace de noms :  Microsoft.Office.Visio.Server
Assembly :  Microsoft.Office.Visio.Server (dans Microsoft.Office.Visio.Server.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception

Dim instance As New AddonDataHandlerException(message, _
    innerException)
public AddonDataHandlerException(
    string message,
    Exception innerException
)

Paramètres

  • innerException
    Type : System.Exception

    L'exception qui est la cause de l'exception en cours.

Voir aussi

Référence

AddonDataHandlerException classe

AddonDataHandlerException - Membres

AddonDataHandlerException - Surcharge

Microsoft.Office.Visio.Server - Espace de noms