Click or drag to resize

FBApiException Constructor (String, String, NullableInt32, NullableInt32)

Full constructor.

Namespace:  NetQuarry.Services.Facebook
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public FBApiException(
	string message,
	string type,
	Nullable<int> code,
	Nullable<int> errorSubcode
)

Parameters

message
Type: SystemString
The error message.
type
Type: SystemString
The error Type.
code
Type: SystemNullableInt32
The error Code.
errorSubcode
Type: SystemNullableInt32
The error ErrorSubcode.
See Also