Table of Contents

Class GssapiException

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

Thrown from a GSSAPI-related method.

[Serializable]
public class GssapiException : Exception, ISerializable
Inheritance
GssapiException
Implements
Derived
Inherited Members

Constructors

GssapiException()

Initializes a new instance of the GssapiException class.

protected GssapiException()

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.

GssapiException(string)

Initializes a new instance of the GssapiException class.

protected GssapiException(string message)

Parameters

message string

The message.