共用方式為


UnsupportedWireTypeException 建構函式

定義

多載

UnsupportedWireTypeException()

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

UnsupportedWireTypeException(String)

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

UnsupportedWireTypeException()

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

public UnsupportedWireTypeException ();
Public Sub New ()

適用於

UnsupportedWireTypeException(String)

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

public UnsupportedWireTypeException (string message);
new Orleans.Serialization.UnsupportedWireTypeException : string -> Orleans.Serialization.UnsupportedWireTypeException
Public Sub New (message As String)

參數

message
String

描述錯誤的訊息。

適用於