Skip to main content
A newer version of this page is available. .

ServiceFault(Exception) Constructor

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

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

public ServiceFault(
    Exception exception
)

Parameters

Name Type Description
exception Exception

An Exception object.

See Also