Show / Hide Table of Contents

    Class NotifierStartException

    An exception thrown while attempting to start the Notifier.

    Inheritance
    Object
    Exception
    RealmException
    NotifierStartException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Realms.Server.Exceptions
    Assembly: Realm.Server.dll
    Syntax
    public class NotifierStartException : RealmException

    Properties

    | Improve this Doc View Source

    ErrorCode

    Gets an integer value representing the code of the error.

    Declaration
    public int ErrorCode { get; }
    Property Value
    Type Description
    Int32

    An integer error code.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2017 Realm
    Generated by DocFX