Compartilhar via


ComputerVisionOcrErrorException Construtores

Definição

Sobrecargas

ComputerVisionOcrErrorException()
ComputerVisionOcrErrorException(String)
ComputerVisionOcrErrorException(String, Exception)

ComputerVisionOcrErrorException()

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

Aplica-se a

ComputerVisionOcrErrorException(String)

Origem:
ComputerVisionOcrErrorException.cs
public ComputerVisionOcrErrorException (string message);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ComputerVisionOcrErrorException : string -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ComputerVisionOcrErrorException
Public Sub New (message As String)

Parâmetros

message
String

Aplica-se a

ComputerVisionOcrErrorException(String, Exception)

Origem:
ComputerVisionOcrErrorException.cs
public ComputerVisionOcrErrorException (string message, Exception innerException);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ComputerVisionOcrErrorException : string * Exception -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ComputerVisionOcrErrorException
Public Sub New (message As String, innerException As Exception)

Parâmetros

message
String
innerException
Exception

Aplica-se a