Click or drag to resize

OutOfCreditException Constructor

Initializes a new instance of the OutOfCreditException class

Namespace:  Aruba.Cloud.Common.Exceptions
Assembly:  Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public OutOfCreditException(
	string message = "Insufficient credit",
	string detail = "The user does not have enough credit",
	string type = "/out-of-credit"
)

Parameters

message (Optional)
Type: SystemString
detail (Optional)
Type: SystemString
type (Optional)
Type: SystemString
See Also