Partilhar via


Construtor GraphException (String, Exception)

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

GraphException Classe

Sobrecargas GraphException

Namespace Microsoft.VisualStudio.GraphModel