次の方法で共有


ComputerVisionErrorResponseException コンストラクター

定義

オーバーロード

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

ComputerVisionErrorResponseException()

ソース:
ComputerVisionErrorResponseException.cs
public ComputerVisionErrorResponseException ();
Public Sub New ()

適用対象

ComputerVisionErrorResponseException(String)

ソース:
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)

パラメーター

message
String

適用対象

ComputerVisionErrorResponseException(String, Exception)

ソース:
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)

パラメーター

message
String
innerException
Exception

適用対象