Click or drag to resize

VaultClientException Constructor (String, HttpStatusCode)

vault client exception constructor

Namespace:  Omada.OE.Model.Vault
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public VaultClientException(
	string message,
	HttpStatusCode statusCode
)

Parameters

message
Type: SystemString
statusCode
Type: System.NetHttpStatusCode
See Also