| DuplicateKeyException Constructor |
Duplicate key exception
Namespace:
SanteDB.DisconnectedClient.Exceptions
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public DuplicateKeyException(
string key
)
Public Sub New (
key As String
)
public:
DuplicateKeyException(
String^ key
)
new :
key : string -> DuplicateKeyException
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:SanteDB.DisconnectedClient.Exceptions.DuplicateKeyException.#ctor(System.String)"]
See Also