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