共用方式為


SerializationConstructorNotFoundException 建構函式

定義

多載

SerializationConstructorNotFoundException(Type)

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

SerializationConstructorNotFoundException(SerializationInfo, StreamingContext)
已淘汰.

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

SerializationConstructorNotFoundException(Type)

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

[System.Security.SecurityCritical]
public SerializationConstructorNotFoundException (Type type);
[<System.Security.SecurityCritical>]
new Orleans.Serialization.SerializationConstructorNotFoundException : Type -> Orleans.Serialization.SerializationConstructorNotFoundException
Public Sub New (type As Type)

參數

type
Type

類型。

屬性

適用於

SerializationConstructorNotFoundException(SerializationInfo, StreamingContext)

警告

此 API 現已淘汰。

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

[System.Security.SecurityCritical]
protected SerializationConstructorNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Security.SecurityCritical]
[System.Obsolete]
protected SerializationConstructorNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new Orleans.Serialization.SerializationConstructorNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Serialization.SerializationConstructorNotFoundException
[<System.Security.SecurityCritical>]
[<System.Obsolete>]
new Orleans.Serialization.SerializationConstructorNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Serialization.SerializationConstructorNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

參數

info
SerializationInfo

序列化資訊。

context
StreamingContext

內容。

屬性

適用於