GraphErrorException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GraphErrorException() |
Initialisiert eine neue instance der GraphErrorException-Klasse. |
GraphErrorException(String) |
Initialisiert eine neue instance der GraphErrorException-Klasse. |
GraphErrorException(String, Exception) |
Initialisiert eine neue instance der GraphErrorException-Klasse. |
GraphErrorException()
Initialisiert eine neue instance der GraphErrorException-Klasse.
public GraphErrorException ();
Public Sub New ()
Gilt für:
GraphErrorException(String)
Initialisiert eine neue instance der GraphErrorException-Klasse.
public GraphErrorException (string message);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GraphErrorException : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GraphErrorException
Public Sub New (message As String)
Parameter
- message
- String
Die Ausnahmemeldung.
Gilt für:
GraphErrorException(String, Exception)
Initialisiert eine neue instance der GraphErrorException-Klasse.
public GraphErrorException (string message, Exception innerException);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GraphErrorException : string * Exception -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GraphErrorException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Ausnahmemeldung.
- innerException
- Exception
Innere Ausnahme.
Gilt für:
Azure SDK for .NET