Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class EmbyUserException

    Inheritance
    System.Object
    System.Exception
    EmbyUserException
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    Namespace: MediaBrowser.Model.Plugins.UI
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class EmbyUserException : Exception, ISerializable

    Constructors

    EmbyUserException(String, String)

    Initializes a new instance of the System.Exception class with a specified error message.

    Declaration
    public EmbyUserException(string message, string helpLink)
    Parameters
    Type Name Description
    System.String message

    The message.

    System.String helpLink

    The help link.

    Properties

    HelpLink

    Gets or sets a link to the help file associated with this exception.

    Declaration
    public sealed override string HelpLink { get; set; }
    Property Value
    Type Description
    System.String

    The Uniform Resource Name (URN) or Uniform Resource Locator (URL).

    Overrides
    System.Exception.HelpLink

    Message

    Gets a message that describes the current exception.

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    System.String

    The error message that explains the reason for the exception, or an empty string ("").

    Overrides
    System.Exception.Message

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.