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
SerializationInfoThe info.
context
StreamingContextThe context.
GssapiException(string)
Initializes a new instance of the GssapiException class.
protected GssapiException(string message)
Parameters
message
stringThe message.