Click or drag to resize

SspiException Constructor

Creates a new instance of SspiException.

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

Parameters

message
Type: SystemString
errorCode
Type: SystemInt32
See Also