CustomVisionErrorException コンストラクター

定義

オーバーロード

CustomVisionErrorException()

CustomVisionErrorException クラスの新しいインスタンスを初期化します。

CustomVisionErrorException(String)

CustomVisionErrorException クラスの新しいインスタンスを初期化します。

CustomVisionErrorException(String, Exception)

CustomVisionErrorException クラスの新しいインスタンスを初期化します。

CustomVisionErrorException()

ソース:
CustomVisionErrorException.cs
ソース:
CustomVisionErrorException.cs

CustomVisionErrorException クラスの新しいインスタンスを初期化します。

public CustomVisionErrorException ();
Public Sub New ()

適用対象

CustomVisionErrorException(String)

ソース:
CustomVisionErrorException.cs
ソース:
CustomVisionErrorException.cs

CustomVisionErrorException クラスの新しいインスタンスを初期化します。

public CustomVisionErrorException (string message);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.CustomVisionErrorException : string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.CustomVisionErrorException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

CustomVisionErrorException(String, Exception)

ソース:
CustomVisionErrorException.cs
ソース:
CustomVisionErrorException.cs

CustomVisionErrorException クラスの新しいインスタンスを初期化します。

public CustomVisionErrorException (string message, Exception innerException);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.CustomVisionErrorException : string * Exception -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.CustomVisionErrorException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象