Class NotifierStartException
An exception thrown while attempting to start the Notifier.
Implements
Namespace: Realms.Server.Exceptions
Assembly: Realm.dll
Syntax
public class NotifierStartException : RealmException, ISerializable
Properties
| Improve this Doc View SourceErrorCode
Gets an integer value representing the code of the error.
Declaration
public int ErrorCode { get; }
Property Value
Type | Description |
---|---|
Int32 | An integer error code. |