Click or drag to resize

SecurityTokenException Constructor

Initializes a new instance of the [!:SanteDB.DisconnectedClient.Exceptions.TokenSecurityException] class.

Namespace:  SanteDB.DisconnectedClient.Exceptions
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public SecurityTokenException(
	SecurityTokenExceptionType type,
	string detail
)

Parameters

type
Type: SanteDB.DisconnectedClient.ExceptionsSecurityTokenExceptionType
Type.
detail
Type: SystemString
Detail.
See Also