Class DuplicateActionTypeIdentifierException
An exception that is thrown when multiple action types are associated with the same
Type
Inheritance
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public sealed class DuplicateActionTypeIdentifierException : Exception
Remarks
Note this cannot be serialized as it holds a set of
Constructors
| Improve this Doc View SourceDuplicateActionTypeIdentifierException(String, String, IImmutableSet<Type>)
Creates a new Duplicate
Declaration
public DuplicateActionTypeIdentifierException(string message, string typeIdentifier, IImmutableSet<Type> duplicateActionTypes)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | Specifies an |
System. |
typeIdentifier | The Type |
IImmutable |
duplicateActionTypes | The set of multiple action types that are associated
with the same |
Remarks
Note this cannot be serialized as it holds a set of
Properties
| Improve this Doc View SourceDuplicateActionTypes
The set of multiple action types that are associated with the same
Type
Declaration
public IImmutableSet<Type> DuplicateActionTypes { get; }
Property Value
Type | Description |
---|---|
IImmutable |
Remarks
Note this cannot be serialized as it holds a set of
TypeIdentifier
The Type
Declaration
public string TypeIdentifier { get; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Note this cannot be serialized as it holds a set of