Constructor Win32Exception
- Namespace
 - MongoDB.Driver.Authentication.Gssapi.Sspi
 
- Assembly
 - MongoDB.Driver.dll
 
Win32Exception(long)
Initializes a new instance of the Win32Exception class.
public Win32Exception(long errorCode)
Parameters
errorCodelongThe error code.
Win32Exception(long, string)
Initializes a new instance of the Win32Exception class.
public Win32Exception(long errorCode, string message)
Parameters
Win32Exception(SerializationInfo, StreamingContext)
Initializes a new instance of the Win32Exception class.
protected Win32Exception(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe info.
contextStreamingContextThe context.