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
SerializationInfoThe info.
context
StreamingContextThe context.
LibgssapiException(string)
Initializes a new instance of the LibgssapiException class.
public LibgssapiException(string message)
Parameters
message
stringError message from libgssapi.