Class AppException
An exception thrown from operations interacting with a Atlas App Services app.
Implements
Namespace: Realms.Sync.Exceptions
Assembly: Realm.dll
Syntax
public class AppException : Exception, ISerializable
Properties
| Edit this page View SourceStatusCode
Gets the HTTP status code returned by the remote operation.
Declaration
public HttpStatusCode? StatusCode { get; }
Property Value
Type | Description |
---|---|
HttpStatusCode? | The HTTP status code of the operation that failed or |