UnknownReferencedTypeException Class

Definition

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

Applies to