[]
        
(Showing Draft Content)

C1.DataConnector.C1ConflictedPropertiesException.-ctor

C1ConflictedPropertiesException Constructor

C1ConflictedPropertiesException(string)

Inits a new instance of C1ConflictedPropertiesException

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

C1ConflictedPropertiesException(string, Exception)

Inits a new instance of C1ConflictedPropertiesException

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

C1ConflictedPropertiesException()

Inits a new instance of C1ConflictedPropertiesException

Declaration
public C1ConflictedPropertiesException()
Public Sub New()

C1ConflictedPropertiesException(string, params string[])

Inits a new instance of C1ConflictedPropertiesException

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