Click or drag to resize
FaultInformation Class
Provides information about exceptions which are thrown in Atomia Provisioning system.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseFaultInformation

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public class FaultInformation

The FaultInformation type exposes the following members.

Constructors
  NameDescription
Public methodFaultInformation
Initializes a new instance of the FaultInformation class
Top
Properties
  NameDescription
Public propertyData
Gets or sets the additional exception data.
Public propertyExceptionType
Gets or sets the type of the exception.
Public propertyLogID
Gets or sets the exception log ID.
Public propertyMessage
Gets or sets the exception message.
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