DuplicateMessageException Class

Definition

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
DuplicateMessageException
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