편집

다음을 통해 공유


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

Name Description
IllegalTypeException(String)

Initializes a new instance of the IllegalTypeException class.

Properties

Name Description
TypeName

Gets the name of the type.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

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

Applies to