C# Class MongoDbManagementStudio.Contracts.UnknownServerException

Inheritance: System.ApplicationException
Exibir arquivo Open project: PatrickGannon/MongoDB-Management-Studio

Public Methods

Method Description
UnknownServerException ( string message ) : System
UnknownServerException ( string message, Exception inner ) : System

Method Details

UnknownServerException() public method

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

UnknownServerException() public method

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