DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DataConnectorProviderException Class / C1DataConnectorProviderException Constructor / C1DataConnectorProviderException Constructor(String,Exception)

In This Topic
    C1DataConnectorProviderException Constructor(String,Exception)
    In This Topic
    Inits a new instance of C1DataConnectorProviderException
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String, _
       ByVal innerException As Exception _
    )
    public C1DataConnectorProviderException( 
       string message,
       Exception innerException
    )

    Parameters

    message
    innerException
    See Also