InvalidMessageFrameException 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.
Indicates that a message frame is invalid, either when sending a message or receiving a message.
[Orleans.GenerateSerializer]
public sealed class InvalidMessageFrameException : Orleans.Runtime.OrleansException
[<Orleans.GenerateSerializer>]
type InvalidMessageFrameException = class
inherit OrleansException
Public NotInheritable Class InvalidMessageFrameException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
InvalidMessageFrameException() |
Initializes a new instance of the InvalidMessageFrameException class. |
InvalidMessageFrameException(String, Exception) |
Initializes a new instance of the InvalidMessageFrameException class. |
InvalidMessageFrameException(String) |
Initializes a new instance of the InvalidMessageFrameException class. |