UnexpectedLengthPrefixValueException Class

Definition

A length encoded field which is expected to have a length

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

Constructors

UnexpectedLengthPrefixValueException(String)

Initializes a new instance of the UnexpectedLengthPrefixValueException class.

UnexpectedLengthPrefixValueException(String, UInt32, UInt32)

Initializes a new instance of the UnexpectedLengthPrefixValueException class.

Applies to