Click or drag to resize
ErrorInfo Class
Error Info class
Inheritance Hierarchy
SystemObject
  ErrorUnit.ModelsErrorInfo

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public class ErrorInfo : IErrorInfo

The ErrorInfo type exposes the following members.

Constructors
  NameDescription
Public methodErrorInfo
Constructor for Error Info class.
Public methodErrorInfo(Exception)
Construct from Exception Error Info class.
Top
Properties
  NameDescription
Public propertyErrorThrown
Gets or sets the error thrown date time.
Public propertyErrorUnitErrorId
Gets the error unit error identifier.
Public propertyErrorUnitWebCallId
Gets or sets the error unit web call identifier.
Public propertyException
Gets or sets the error exception.
Public propertyExceptionMessage
Gets or sets the exception message.
Public propertyExceptionType
Gets or sets the type of the exception.
Public propertyHostName
Gets or sets the name of the host.
Public propertyInnerErrorInfo
Gets or sets the inner error information.
Public propertyMachineName
Gets or sets the name of the machine.
Public propertyStackTrace
Gets or sets the stack trace.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also