MongoServices 0.2.0
A Service/Repository Framework for mongoDB
|
Indicates that the MongoCollectionNameAttribute was not applied to the model class. More...
Public Member Functions | |
MongoCollectionNameMissingException (Type mongoServicesModelType) | |
Construsts the MongoCollectionNameMissingException based on the mongoServicesModelType parameter. | |
MongoCollectionNameMissingException (Type mongoServicesModelType, Exception innerException) | |
Construsts the MongoCollectionNameMissingException based on the mongoServicesModelType and the innerException parameters. | |
Protected Member Functions | |
MongoCollectionNameMissingException (SerializationInfo info, StreamingContext context) | |
Construsts the MongoCollectionNameMissingException based on the info and the context parameters. | |
Static Protected Member Functions | |
static string | FormatMessage (Type mongoServicesModelType) |
Formats the message for the MongoCollectionNameMissingException. |
Indicates that the MongoCollectionNameAttribute was not applied to the model class.
Definition at line 13 of file MongoCollectionNameMissingException.cs.
MongoServices.MongoCollectionNameMissingException.MongoCollectionNameMissingException | ( | Type | mongoServicesModelType | ) |
Construsts the MongoCollectionNameMissingException based on the mongoServicesModelType
parameter.
mongoServicesModelType | The type of the model class. |
Definition at line 29 of file MongoCollectionNameMissingException.cs.
MongoServices.MongoCollectionNameMissingException.MongoCollectionNameMissingException | ( | Type | mongoServicesModelType, |
Exception | innerException | ||
) |
Construsts the MongoCollectionNameMissingException based on the mongoServicesModelType
and the innerException
parameters.
mongoServicesModelType | The type of the model class. |
innerException | The inner Exception to be included. |
Definition at line 39 of file MongoCollectionNameMissingException.cs.
MongoServices.MongoCollectionNameMissingException.MongoCollectionNameMissingException | ( | SerializationInfo | info, |
StreamingContext | context | ||
) | [protected] |
Construsts the MongoCollectionNameMissingException based on the info
and the context
parameters.
info | The serialization inforamtion. |
context | The streaming context. |
Definition at line 51 of file MongoCollectionNameMissingException.cs.
static string MongoServices.MongoCollectionNameMissingException.FormatMessage | ( | Type | mongoServicesModelType | ) | [static, protected] |
Formats the message for the MongoCollectionNameMissingException.
mongoServicesModelType | The type of the model class. |
Definition at line 63 of file MongoCollectionNameMissingException.cs.