SerializationConstructorNotFoundException Class
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.
Thrown when a type has no serialization constructor.
[System.Serializable]
public class SerializationConstructorNotFoundException : Exception
[<System.Serializable>]
type SerializationConstructorNotFoundException = class
inherit Exception
Public Class SerializationConstructorNotFoundException
Inherits Exception
- Inheritance
-
SerializationConstructorNotFoundException
- Attributes
Constructors
SerializationConstructorNotFoundException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the SerializationConstructorNotFoundException class. |
SerializationConstructorNotFoundException(Type) |
Initializes a new instance of the SerializationConstructorNotFoundException class. |