FBApiExceptionErrorSubcode Property |
Gets the error numeric subcode. For example, there are various subcodes for the
100Code,
where a subcode of
2018164 means "Incorrect App ID".
Namespace:
NetQuarry.Services.Facebook
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public Nullable<int> ErrorSubcode { get; }
Public ReadOnly Property ErrorSubcode As Nullable(Of Integer)
Get
Property Value
Type:
NullableInt32See Also