

Public Member Functions | |
| CollectionStoreException () | |
| Initializes a new instance of the object class with a specified error message. | |
| CollectionStoreException (string message) | |
| Initializes a new instance of the object class with a specified error message. | |
| CollectionStoreException (Exception innerException) | |
| Initializes a new instance of the Exception class with a reference to the inner exception that is the cause of this exception. | |
| CollectionStoreException (string message, Exception innerException) | |
| Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
| Simias::Storage::CollectionStoreException::CollectionStoreException | ( | ) | [inline] |
Initializes a new instance of the object class with a specified error message.
| Simias::Storage::CollectionStoreException::CollectionStoreException | ( | string | message | ) | [inline] |
Initializes a new instance of the object class with a specified error message.
| message | The message that describes the error. |
| Simias::Storage::CollectionStoreException::CollectionStoreException | ( | Exception | innerException | ) | [inline] |
Initializes a new instance of the Exception class with a reference to the inner exception that is the cause of this exception.
| innerException | The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception. |
| Simias::Storage::CollectionStoreException::CollectionStoreException | ( | string | message, | |
| Exception | innerException | |||
| ) | [inline] |
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
| message | The error message that explains the reason for the exception. | |
| innerException | The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception. |
1.5.6