DuplicateMessageException 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.
This exception indicates that an Actor received the duplicate message while waiting for to acquire the turn based concurrency lock.
[System.Serializable]
public sealed class DuplicateMessageException : System.Fabric.FabricException
[<System.Serializable>]
type DuplicateMessageException = class
inherit FabricException
Public NotInheritable Class DuplicateMessageException
Inherits FabricException
- Inheritance
- Attributes
Constructors
DuplicateMessageException() |
Initializes a new instance of the DuplicateMessageException class. |
DuplicateMessageException(String) |
Initializes a new instance of the DuplicateMessageException class with a specified error message. |
DuplicateMessageException(String, Exception) |
Initializes a new instance of the DuplicateMessageException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |
Applies to
Azure SDK for .NET