SerializationConstructorNotFoundException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SerializationConstructorNotFoundException(Type) |
Initializes a new instance of the SerializationConstructorNotFoundException class. |
SerializationConstructorNotFoundException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the SerializationConstructorNotFoundException class. |
SerializationConstructorNotFoundException(Type)
Initializes a new instance of the SerializationConstructorNotFoundException class.
[System.Security.SecurityCritical]
public SerializationConstructorNotFoundException (Type type);
[<System.Security.SecurityCritical>]
new Orleans.Serialization.SerializationConstructorNotFoundException : Type -> Orleans.Serialization.SerializationConstructorNotFoundException
Public Sub New (type As Type)
Parameters
- type
- Type
The type.
- Attributes
Applies to
SerializationConstructorNotFoundException(SerializationInfo, StreamingContext)
Caution
This API is now deprecated.
Initializes a new instance of the SerializationConstructorNotFoundException class.
[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)
Parameters
- info
- SerializationInfo
The serialization information.
- context
- StreamingContext
The context.
- Attributes