Click or drag to resize
Infosoft Logo

SystemFault Class

A fault indicating that there's some unspecified problem with the system. The exception message may contain more information.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContractsSystemFault

Namespace: Infosoft.Common.Contracts.FaultContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class SystemFault : IExtensibleDataObject

The SystemFault type exposes the following members.

Properties
 NameDescription
Public propertyFaultCode Gets or sets the fault code for this system fault.
Top
Remarks
In general, SystemFaults are caused by problems with the environment (database, file system, external resources, etc.).
See Also