ReferenceFieldNotSupportedException Class

Definition

A reference to a value is not supported here.

[Orleans.GenerateSerializer]
[System.Serializable]
public sealed class ReferenceFieldNotSupportedException : Orleans.Serialization.SerializerException
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type ReferenceFieldNotSupportedException = class
    inherit SerializerException
Public NotInheritable Class ReferenceFieldNotSupportedException
Inherits SerializerException
Inheritance
ReferenceFieldNotSupportedException
Attributes

Constructors

ReferenceFieldNotSupportedException(Type)

Initializes a new instance of the ReferenceFieldNotSupportedException class.

Properties

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