MongoServices 0.2.0
A Service/Repository Framework for mongoDB
MongoServices.MongoCollectionNameMissingException Class Reference

Indicates that the MongoCollectionNameAttribute was not applied to the model class. More...

List of all members.

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.

Detailed Description

Indicates that the MongoCollectionNameAttribute was not applied to the model class.

Definition at line 13 of file MongoCollectionNameMissingException.cs.


Constructor & Destructor Documentation

MongoServices.MongoCollectionNameMissingException.MongoCollectionNameMissingException ( Type  mongoServicesModelType)

Construsts the MongoCollectionNameMissingException based on the mongoServicesModelType parameter.

Parameters:
mongoServicesModelTypeThe 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.

Parameters:
mongoServicesModelTypeThe type of the model class.
innerExceptionThe 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.

Parameters:
infoThe serialization inforamtion.
contextThe streaming context.

Definition at line 51 of file MongoCollectionNameMissingException.cs.


Member Function Documentation

static string MongoServices.MongoCollectionNameMissingException.FormatMessage ( Type  mongoServicesModelType) [static, protected]

Formats the message for the MongoCollectionNameMissingException.

Parameters:
mongoServicesModelTypeThe type of the model class.
Returns:
The formatted message string for the MongoCollectionNameMissingException.

Definition at line 63 of file MongoCollectionNameMissingException.cs.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Enumerations Properties