| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal message As String, _ ByVal persistent As Object, _ ByVal storagePersistent As Object, _ ByVal inner As Exception _ ) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public ConcurrencyException( string message, object persistent, object storagePersistent, Exception inner ) | |
| Managed Extensions for C++ | |
|---|---|
public: ConcurrencyException( string* message, Object* persistent, Object* storagePersistent, Exception* inner ) | |
| C++/CLI | |
|---|---|
public: ConcurrencyException( String^ message, Object^ persistent, Object^ storagePersistent, Exception^ inner ) | |
Parameters
- message
- A message that describes the current exception.
- persistent
- The persistent object that caused the exception.
- storagePersistent
- The persistent object that has been reloaded from the storage to check for concurrency problems.
- inner
- The exception that caused the current exception.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family