UnknownReferencedTypeException 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.
A referenced type was not found.
[Orleans.GenerateSerializer]
[System.Serializable]
public sealed class UnknownReferencedTypeException : Orleans.Serialization.SerializerException
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type UnknownReferencedTypeException = class
inherit SerializerException
Public NotInheritable Class UnknownReferencedTypeException
Inherits SerializerException
- Inheritance
- Attributes
Constructors
| UnknownReferencedTypeException(UInt32) |
Initializes a new instance of the UnknownReferencedTypeException class. |
Properties
| Reference |
Gets or sets the reference. |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
When overridden in a derived class, sets the SerializationInfo with information about the exception. |