Class DuplicateRegistrationRequestUuidStorageException
Inheritance
System.Object
DuplicateRegistrationRequestUuidStorageException
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class DuplicateRegistrationRequestUuidStorageException : DuplicateKeyStorageException
Constructors
DuplicateRegistrationRequestUuidStorageException()
Declaration
public DuplicateRegistrationRequestUuidStorageException()
DuplicateRegistrationRequestUuidStorageException(Exception)
Declaration
public DuplicateRegistrationRequestUuidStorageException(Exception innerException)
Parameters
Type |
Name |
Description |
System.Exception |
innerException |
|
DuplicateRegistrationRequestUuidStorageException(Guid)
Declaration
public DuplicateRegistrationRequestUuidStorageException(Guid uuid)
Parameters
Type |
Name |
Description |
System.Guid |
uuid |
|
DuplicateRegistrationRequestUuidStorageException(Guid, Exception)
Declaration
public DuplicateRegistrationRequestUuidStorageException(Guid uuid, Exception innerException)
Parameters
Type |
Name |
Description |
System.Guid |
uuid |
|
System.Exception |
innerException |
|
DuplicateRegistrationRequestUuidStorageException(String)
Declaration
public DuplicateRegistrationRequestUuidStorageException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
DuplicateRegistrationRequestUuidStorageException(String, Exception)
Declaration
public DuplicateRegistrationRequestUuidStorageException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
innerException |
|
DuplicateRegistrationRequestUuidStorageException(String, Guid)
Declaration
public DuplicateRegistrationRequestUuidStorageException(string message, Guid uuid)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Guid |
uuid |
|
DuplicateRegistrationRequestUuidStorageException(String, Guid, Exception)
Declaration
public DuplicateRegistrationRequestUuidStorageException(string message, Guid uuid, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Guid |
uuid |
|
System.Exception |
innerException |
|
Properties
Value
Declaration
public Guid Value { get; }
Property Value
Type |
Description |
System.Guid |
|