FieldIdNotPresentException Class

Definition

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
FieldIdNotPresentException
Attributes

Constructors

FieldIdNotPresentException()

Initializes a new instance of the FieldIdNotPresentException class.

Applies to