次の方法で共有


AnnotationErrorException コンストラクター

定義

オーバーロード

AnnotationErrorException()

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

AnnotationErrorException(String)

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

AnnotationErrorException(String, Exception)

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

AnnotationErrorException()

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

public AnnotationErrorException();
Public Sub New ()

適用対象

AnnotationErrorException(String)

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

public AnnotationErrorException(string message);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.AnnotationErrorException : string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.AnnotationErrorException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

AnnotationErrorException(String, Exception)

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

public AnnotationErrorException(string message, Exception innerException);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.AnnotationErrorException : string * Exception -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.AnnotationErrorException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象