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 SourceDetails
Gets or sets the exception details as Xml.
Declaration
public string Details { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Gets or sets the full file name that contains exception data.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Gets or sets the exception message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeStamp
Gets or sets the creation date.
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |