GraphException-Konstruktor (String, Exception)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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
)
Parameter
- message
Typ: System.String
- innerException
Typ: System.Exception
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.