IllegalTypeException Class

Definition

A specified type is not allowed.

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

Constructors

IllegalTypeException(String)

Initializes a new instance of the IllegalTypeException class.

Properties

TypeName

Gets the name of the type.

Methods

GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

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

Applies to