Constructor GssapiException
- Namespace
 - MongoDB.Driver.Authentication
 
- Assembly
 - MongoDB.Driver.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
messagestringThe message.
GssapiException(SerializationInfo, StreamingContext)
Initializes a new instance of the GssapiException class.
protected GssapiException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe info.
contextStreamingContextThe context.