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.2.0.0 (7.2.7583.15464)
Syntax
C#
public IceVaultClientException(
	string message,
	string details
)

Parameters

message
Type: SystemString
details
Type: SystemString
See Also