[]
        
(Showing Draft Content)

C1.DataConnector.C1DataConnectorProviderException.-ctor

C1DataConnectorProviderException Constructor

C1DataConnectorProviderException(string)

Inits a new instance of C1DataConnectorProviderException

Declaration
public C1DataConnectorProviderException(string message)
Public Sub New(message As String)
Parameters
Type Name Description
string message

C1DataConnectorProviderException(string, Exception)

Inits a new instance of C1DataConnectorProviderException

Declaration
public C1DataConnectorProviderException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
Parameters
Type Name Description
string message
Exception innerException

C1DataConnectorProviderException()

Inits a new instance of C1DataConnectorProviderException

Declaration
public C1DataConnectorProviderException()
Public Sub New()

C1DataConnectorProviderException(string, params string[])

Inits a new instance of C1DataConnectorProviderException

Declaration
public C1DataConnectorProviderException(string msg, params string[] paras)
Public Sub New(msg As String, ParamArray paras As String())
Parameters
Type Name Description
string msg
string[] paras