Sdílet prostřednictvím


GraphException – konstruktor (String, Exception)

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • message
    Typ: String
  • innerException
    Typ: Exception

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphException Třída

GraphException – přetížení

Microsoft.VisualStudio.GraphModel – obor názvů