Table of Contents

Constructor GssapiException

Namespace
MongoDB.Driver.Core.Authentication
Assembly
MongoDB.Driver.Core.dll

GssapiException()

Initializes a new instance of the GssapiException class.

protected GssapiException()

GssapiException(string)

Initializes a new instance of the GssapiException class.

protected GssapiException(string message)

Parameters

message string

The message.

GssapiException(SerializationInfo, StreamingContext)

Initializes a new instance of the GssapiException class.

protected GssapiException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The info.

context StreamingContext

The context.