C# Class MongoDB.GridFS.MongoGridFSException

Inheritance: System.Exception
Datei anzeigen Open project: sdether/mongodb-csharp

Public Methods

Method Description
MongoGridFSException ( string message, string filename, Exception inner ) : System

Method Details

MongoGridFSException() public method

public MongoGridFSException ( string message, string filename, Exception inner ) : System
message string
filename string
inner System.Exception
return System