C# Class MongoDB.Driver.MongoTypeException

Inheritance: MongoException
Mostrar archivo Open project: dannycoates/mongo-clr4-driver

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
MongoTypeException ( string message, Type type ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

MongoTypeException() public method

public MongoTypeException ( string message, Type type ) : System
message string
type System.Type
return System