Compartilhar via


CustomVisionErrorException Construtores

Definição

Sobrecargas

CustomVisionErrorException()
CustomVisionErrorException(String)
CustomVisionErrorException(String, Exception)

CustomVisionErrorException()

Origem:
CustomVisionErrorException.cs
public CustomVisionErrorException ();
Public Sub New ()

Aplica-se a

CustomVisionErrorException(String)

Origem:
CustomVisionErrorException.cs
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)

Parâmetros

message
String

Aplica-se a

CustomVisionErrorException(String, Exception)

Origem:
CustomVisionErrorException.cs
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)

Parâmetros

message
String
innerException
Exception

Aplica-se a