Click or drag to resize
IceVaultClientException Constructor (String, String)
Initializes a new instance of the IceVaultClientException class

Namespace: PDTec.IceNet.Domain.VaultClient
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public IceVaultClientException(
	string message,
	string details
)

Parameters

message
Type: SystemString
details
Type: SystemString
See Also