ConflictDetectedException Constructor (String, Exception)
Initializes a new instance of the ConflictDetectedException class with the specified message and inner exception.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New ConflictDetectedException(message, _
inner)
public ConflictDetectedException(
string message,
Exception inner
)
Parameters
message
Type: System.StringThe message string.
inner
Type: System.ExceptionThe inner exception that caused this exception.
See Also
Reference
ConflictDetectedException Class
ConflictDetectedException Members