CallFlowErrorErrorSource Property |
Type of the node that caused the error
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic ErrorSource ErrorSource { get; set; }
public:
property ErrorSource ErrorSource {
ErrorSource get ();
void set (ErrorSource value);
}
Property Value
Type:
ErrorSource
See Also