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.