ServiceFault Constructors
Contains information about the service faults.| Name | Parameters | Description |
|---|---|---|
| ServiceFault() | none | Initializes a new instance of the ServiceFault class with the default settings. |
| ServiceFault(Exception) | exception | Initializes a new instance of the ServiceFault class with the specified exception. |
See Also