GraphException (Constructor) (String, Exception)

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

GraphException Clase

GraphException (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)