ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / YFunctionSeries Class / FireException Method


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

    Parameters

    message
    See Also