Click or drag to resize

NotFoundException Constructor

Initializes a new instance of the NotFoundException 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 NotFoundException(
	string message = null,
	string detail = null
)

Parameters

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