TypeMissingException Class

Definition

A type was expected but not found.

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

Constructors

TypeMissingException()

Initializes a new instance of the TypeMissingException class.

Applies to