[]
Initializes a new instance of the PersistenceException class.
public PersistenceException(PersistenceException.ErrorCodes errorCode, string message)
Type | Name | Description |
---|---|---|
PersistenceException.ErrorCodes | errorCode | An PersistenceException.ErrorCodes value indicating the type of persistence error. |
string | message | A string value indicating the message that describes the error. |