Partager via


GraphException, constructeur (String, Exception)

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public GraphException(
    string message,
    Exception innerException
)
public:
GraphException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> GraphException
public function GraphException(
    message : String, 
    innerException : Exception
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

GraphException Classe

GraphException, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms