Search Results for

    Show / Hide Table of Contents

    Class NamedException

    Common exception, providing a name as additional exception information

    Inheritance
    object
    Exception
    NamedException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class NamedException : Exception, ISerializable

    Constructors

    NamedException(string, string)

    Constructor

    Declaration
    public NamedException(string amessage, string name)
    Parameters
    Type Name Description
    string amessage
    string name

    Properties

    Name

    Provide aditional information, usually the name of the component throwing the exception

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX