Click or drag to resize

BcfFaultMessage Class

[This is preliminary documentation and is subject to change.]

Represents a computed fault message.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfFaultMessage

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public class BcfFaultMessage

The BcfFaultMessage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFormatParameters
Gets the parameters.
Public propertyFormatString
Gets the format string.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodToString(IFormatProvider)
Returns a String that represents this instance.
Top
Remarks
Inheritors who add properties must override Equals(Object) and GetHashCode in order to avoid unexpected results.
See Also