Show / Hide Table of Contents

Class ExceptionEntity

Implements exception data.

Inheritance
System.Object
ExceptionEntity
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: 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
System.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
System.String
View Source

Message

Gets or sets the exception message.

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

TimeStamp

Gets or sets the creation date.

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

Extension Methods

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