Redigera

Dela via


UnknownWellKnownTypeException Class

Definition

A well-known type was not known.

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

Constructors

UnknownWellKnownTypeException(UInt32)

Initializes a new instance of the UnknownWellKnownTypeException class.

Properties

Id

Gets or sets the identifier.

Methods

GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Applies to