Partager via


DocData.HandleLoadDocDataException, méthode

Gère toutes les exceptions qui ont été levées lorsque le document chargeait.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Syntaxe

'Déclaration
Protected Overridable Sub HandleLoadDocDataException ( _
    fileName As String, _
    exception As Exception, _
    isReload As Boolean _
)
protected virtual void HandleLoadDocDataException(
    string fileName,
    Exception exception,
    bool isReload
)

Paramètres

  • fileName
    Type : System.String
    Le nom du document qui chargeait.
  • isReload
    Type : System.Boolean
    true pour recharger le document ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

DocData Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms