ServiceFault(Exception) Constructor
Initializes a new instance of the ServiceFault class with the specified exception.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| exception | Exception | An Exception object. |
See Also