C# Class MongoDB.Driver.MongoException

Inheritance: System.Exception
Mostrar archivo Open project: dannycoates/mongo-clr4-driver Class Usage Examples

Public Methods

Method Description
MongoException ( string message ) : System
MongoException ( string message, Exception innerException ) : System

Method Details

MongoException() public method

public MongoException ( string message ) : System
message string
return System

MongoException() public method

public MongoException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System