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
)
Public Sub New (
message As String,
type As String,
code As Nullable(Of Integer),
errorSubcode As Nullable(Of Integer)
)
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