AmbiguousActorIdDetectedException Class

Definition

Exception to represent unresolved ambiguous actor id detection.

[System.Serializable]
public sealed class AmbiguousActorIdDetectedException : System.Fabric.FabricException
[<System.Serializable>]
type AmbiguousActorIdDetectedException = class
    inherit FabricException
Public NotInheritable Class AmbiguousActorIdDetectedException
Inherits FabricException
Inheritance
AmbiguousActorIdDetectedException
Attributes

Constructors

AmbiguousActorIdDetectedException()

Initializes a new instance of the AmbiguousActorIdDetectedException class.

AmbiguousActorIdDetectedException(String)

Initializes a new instance of the AmbiguousActorIdDetectedException class with a specified error message.

AmbiguousActorIdDetectedException(String, Exception)

Initializes a new instance of the AmbiguousActorIdDetectedException 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