Condividi tramite


ComputerVisionErrorResponseException Constructors

Definition

Overloads

ComputerVisionErrorResponseException()
ComputerVisionErrorResponseException(String)
ComputerVisionErrorResponseException(String, Exception)

ComputerVisionErrorResponseException()

Source:
ComputerVisionErrorResponseException.cs
public ComputerVisionErrorResponseException ();
Public Sub New ()

Applies to

ComputerVisionErrorResponseException(String)

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

Parameters

message
String

Applies to

ComputerVisionErrorResponseException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to