Click or drag to resize

WebApiException Constructor (String, String, HttpStatusCode, DictionaryString, Object, String)

Initializes a new instance of the WebApiException 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 WebApiException(
	string message,
	string detail = null,
	HttpStatusCode errorStatusCode = HttpStatusCode.InternalServerError,
	Dictionary<string, Object> extensions = null,
	string type = null
)

Parameters

message
Type: SystemString
detail (Optional)
Type: SystemString
errorStatusCode (Optional)
Type: System.NetHttpStatusCode
extensions (Optional)
Type: System.Collections.GenericDictionaryString, Object
type (Optional)
Type: SystemString
See Also