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