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