Click or drag to resize

BadRequestException Constructor

Initializes a new instance of the BadRequestException 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 BadRequestException(
	string message = null,
	string detail = null,
	string type = "/validation-error"
)

Parameters

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