Поделиться через


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

Контекст.

Атрибуты

Применяется к