UnexpectedLengthPrefixValueException 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 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
- Attributes
Constructors
UnexpectedLengthPrefixValueException(String, UInt32, UInt32) |
Initializes a new instance of the UnexpectedLengthPrefixValueException class. |
UnexpectedLengthPrefixValueException(String) |
Initializes a new instance of the UnexpectedLengthPrefixValueException class. |