ItemDataModifiedConcurrentlyException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der ItemDataModifiedConcurrentlyException-Klasse.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New ItemDataModifiedConcurrentlyException(message, _
    innerException)
public ItemDataModifiedConcurrentlyException(
    string message,
    Exception innerException
)
public:
ItemDataModifiedConcurrentlyException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ItemDataModifiedConcurrentlyException
public function ItemDataModifiedConcurrentlyException(
    message : String, 
    innerException : Exception
)

Parameter

  • innerException
    Typ: System. . :: . .Exception
    Die Ausnahme, die die aktuelle Ausnahme verursacht hat, oder NULL, wenn keine innere Ausnahme angegeben wird.

Siehe auch

Verweis

ItemDataModifiedConcurrentlyException Klasse

ItemDataModifiedConcurrentlyException-Member

ItemDataModifiedConcurrentlyException-Überladung

Microsoft.Synchronization-Namespace