Class NotifierStartException
An exception thrown while attempting to start the Notifier.
Inherited Members
Namespace: Realms.Server.Exceptions
Assembly: Realm.Server.dll
Syntax
public class NotifierStartException : RealmException
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. |