ErrorInfo Class |
Namespace: ErrorUnit.Models
public class ErrorInfo : IErrorInfo
The ErrorInfo type exposes the following members.
Name | Description | |
---|---|---|
ErrorInfo |
Constructor for Error Info class.
| |
ErrorInfo(Exception) |
Construct from Exception Error Info class.
|
Name | Description | |
---|---|---|
ErrorThrown |
Gets or sets the error thrown date time.
| |
ErrorUnitErrorId |
Gets the error unit error identifier.
| |
ErrorUnitWebCallId |
Gets or sets the error unit web call identifier.
| |
Exception |
Gets or sets the error exception.
| |
ExceptionMessage |
Gets or sets the exception message.
| |
ExceptionType |
Gets or sets the type of the exception.
| |
HostName |
Gets or sets the name of the host.
| |
InnerErrorInfo |
Gets or sets the inner error information.
| |
MachineName |
Gets or sets the name of the machine.
| |
StackTrace |
Gets or sets the stack trace.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |