FireException Method (TrendLine)
In This Topic
Fire the exception with specified message.
Syntax
'Declaration
Protected Sub FireException( _
ByVal As String _
)
'Usage
Dim instance As TrendLine
Dim message As String
instance.FireException(message)
protected void FireException(
string
)
Parameters
- message
See Also