}}
    Show / Hide Table of Contents

    Class RequestException

    Inheritance
    object
    Exception
    RequestException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Request
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("AB9A1190-44D6-4c2b-93C9-43B9D5BF097D")]
    public class RequestException : Exception, ISerializable, _Exception

    Constructors

    RequestException(string, RequestHandshake)

    Declaration
    public RequestException(string message, RequestHandshake handShake)
    Parameters
    Type Name Description
    string message
    RequestHandshake handShake

    Methods

    getRequestHandshake()

    Declaration
    public RequestHandshake getRequestHandshake()
    Returns
    Type Description
    RequestHandshake

    Implements

    ISerializable
    _Exception
    Back to top