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