|
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.FaultContractsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
The SystemFault type exposes the following members.
Properties | Name | Description |
---|
| FaultCode |
Gets or sets the fault code for this system fault.
|
TopRemarks
In general, SystemFaults are caused by problems with the environment (database, file system, external resources, etc.).
See Also