Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / HistorianFault Class / Create Method / Create(Status,String,Boolean) Method
A status value.
A indication of the reason.
Whether this is a sender (true) or receiver (false) fault.


Create(Status,String,Boolean) Method
Create a HistorianFault instance.
Syntax
Public Overloads Shared Function Create( _
   ByVal status As Status, _
   ByVal reason As System.String, _
   ByVal sender As System.Boolean _
) As System.ServiceModel.FaultException(Of HistorianFault)

Parameters

status
A status value.
reason
A indication of the reason.
sender
Whether this is a sender (true) or receiver (false) fault.

Return Value

A new instance.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also