Table of Contents

Class LibgssapiException

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

Represents a Libgssapi exception.

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

Constructors

LibgssapiException(SerializationInfo, StreamingContext)

Initializes a new instance of the LibgssapiException class.

protected LibgssapiException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The info.

context StreamingContext

The context.

LibgssapiException(string)

Initializes a new instance of the LibgssapiException class.

public LibgssapiException(string message)

Parameters

message string

Error message from libgssapi.