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: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
public IceVaultClientException(
	string message,
	string details
)

Parameters

message
Type: SystemString
details
Type: SystemString
See Also