Show / Hide Table of Contents

Class ExceptionEntity

Implements exception data.

Inheritance
object
ExceptionEntity
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.ExceptionHandling
Assembly: Sartorius.SAF.dll
Syntax
public class ExceptionEntity

Properties

View Source

Details

Gets or sets the exception details as Xml.

Declaration
public string Details { get; set; }
Property Value
Type Description
string
View Source

FileName

Gets or sets the full file name that contains exception data.

Declaration
public string FileName { get; set; }
Property Value
Type Description
string
View Source

Message

Gets or sets the exception message.

Declaration
public string Message { get; set; }
Property Value
Type Description
string
View Source

TimeStamp

Gets or sets the creation date.

Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type Description
DateTime

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX