FieldTypeMissingException 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 field type was expected but not present.
[Orleans.GenerateSerializer]
[System.Serializable]
public sealed class FieldTypeMissingException : Orleans.Serialization.SerializerException
[<Orleans.GenerateSerializer>]
[<System.Serializable>]
type FieldTypeMissingException = class
inherit SerializerException
Public NotInheritable Class FieldTypeMissingException
Inherits SerializerException
- Inheritance
- Attributes
Constructors
FieldTypeMissingException(Type) |
Initializes a new instance of the FieldTypeMissingException class. |