Show / Hide Table of Contents

    Class ElementError

    Represents error that occur inside an element during application execution

    Inheritance
    System.Object
    BaseError
    ElementError
    Inherited Members
    BaseError.Message
    BaseError.StackTrace
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Elements
    Assembly: Hypar.Elements.dll
    Syntax
    public class ElementError : BaseError

    Constructors

    ElementError(Guid, Exception)

    Initializes a new instance of ElementError class

    Declaration
    public ElementError(Guid id, Exception exception)
    Parameters
    Type Name Description
    System.Guid id

    The element Id

    System.Exception exception

    The exception that occured during application execution

    Properties

    ElementId

    Gets element Id where the error occured

    Declaration
    public Guid ElementId { get; }
    Property Value
    Type Description
    System.Guid