CustomVisionErrorException 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
CustomVisionErrorException() | |
CustomVisionErrorException(String) | |
CustomVisionErrorException(String, Exception) |
CustomVisionErrorException()
public CustomVisionErrorException ();
Public Sub New ()
Gilt für:
CustomVisionErrorException(String)
public CustomVisionErrorException (string message);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.CustomVisionErrorException : string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.CustomVisionErrorException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
CustomVisionErrorException(String, Exception)
public CustomVisionErrorException (string message, Exception innerException);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.CustomVisionErrorException : string * Exception -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.Models.CustomVisionErrorException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET