ReferenceNotFoundException Class

Definition

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
ReferenceNotFoundException
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.

Applies to