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