Class ExceptionEntity
Implements exception data.
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 |
|---|---|
| string |
FileName
Gets or sets the full file name that contains exception data.
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Gets or sets the exception message.
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimeStamp
Gets or sets the creation date.
Declaration
public DateTime TimeStamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |