| 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
)
Public Sub New (
type As SecurityTokenExceptionType,
detail As String
)
public:
SecurityTokenException(
SecurityTokenExceptionType type,
String^ detail
)
new :
type : SecurityTokenExceptionType *
detail : string -> SecurityTokenException
Parameters
- type
- Type: SanteDB.DisconnectedClient.ExceptionsSecurityTokenExceptionType
Type. - detail
- Type: SystemString
Detail.
See Also