ApiException Constructor (String, String, String)Nemiro.OAuth
Initializes a new instance of the ApiException class with a specified server request result, content type and a error message.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

[ObsoleteAttribute("Please use an overloads. // v1.5", false)]
public ApiException(
	string contentType,
	string result,
	string message
)

Parameters

contentType
Type: System String
The content type of the server request result.
result
Type: System String
The result of the request.
message
Type: System String
The error message that explains the reason for this exception.
See Also