Class ElementError
Represents error that occur inside an element during application execution
Inherited Members
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 |