Skip to main content

ServiceFault(Exception) Constructor

Initializes a new instance of the ServiceFault class with the specified exception.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public ServiceFault(
    Exception exception
)

Parameters

Name Type Description
exception Exception

An Exception object.

See Also