Click or drag to resize

SspiException Constructor

Creates a new instance of SspiException.

Namespace:  Cassandra.DataStax.Auth.Sspi
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public SspiException(
	string message,
	int errorCode
)

Parameters

message
Type: SystemString
errorCode
Type: SystemInt32
See Also