共用方式為


AmbiguousImplementationException 建構函式

定義

多載

AmbiguousImplementationException()

初始化 AmbiguousImplementationException 類別的新執行個體。

AmbiguousImplementationException(String)

使用指定的錯誤訊息,初始化 AmbiguousImplementationException 類別的新執行個體。

AmbiguousImplementationException(String, Exception)

使用指定的錯誤訊息以及造成此例外狀況的內部例外狀況的參考,初始化 AmbiguousImplementationException 類別的新執行個體。

AmbiguousImplementationException()

來源:
AmbiguousImplementationException.cs
來源:
AmbiguousImplementationException.cs
來源:
AmbiguousImplementationException.cs

初始化 AmbiguousImplementationException 類別的新執行個體。

public:
 AmbiguousImplementationException();
public AmbiguousImplementationException ();
Public Sub New ()

適用於

AmbiguousImplementationException(String)

來源:
AmbiguousImplementationException.cs
來源:
AmbiguousImplementationException.cs
來源:
AmbiguousImplementationException.cs

使用指定的錯誤訊息,初始化 AmbiguousImplementationException 類別的新執行個體。

public:
 AmbiguousImplementationException(System::String ^ message);
public AmbiguousImplementationException (string? message);
public AmbiguousImplementationException (string message);
new System.Runtime.AmbiguousImplementationException : string -> System.Runtime.AmbiguousImplementationException
Public Sub New (message As String)

參數

message
String

當地語系化的錯誤訊息字串。

適用於

AmbiguousImplementationException(String, Exception)

來源:
AmbiguousImplementationException.cs
來源:
AmbiguousImplementationException.cs
來源:
AmbiguousImplementationException.cs

使用指定的錯誤訊息以及造成此例外狀況的內部例外狀況的參考,初始化 AmbiguousImplementationException 類別的新執行個體。

public:
 AmbiguousImplementationException(System::String ^ message, Exception ^ innerException);
public AmbiguousImplementationException (string? message, Exception? innerException);
public AmbiguousImplementationException (string message, Exception innerException);
new System.Runtime.AmbiguousImplementationException : string * Exception -> System.Runtime.AmbiguousImplementationException
Public Sub New (message As String, innerException As Exception)

參數

message
String

描述錯誤的字串。

innerException
Exception

做為目前例外狀況發生原因的例外狀況。

適用於