ConcurrentAccessException Class |
Exception thrown when two threads simultaneously attempt to access a method annotated with the ThreadUnsafeAttribute
custom attribute.
System.Object
System.Exception
PostSharp.Patterns.Threading.ThreadingException
PostSharp.Patterns.Threading.ConcurrentAccessException
System.Exception
PostSharp.Patterns.Threading.ThreadingException
PostSharp.Patterns.Threading.ConcurrentAccessException
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] public sealed class ConcurrentAccessException : ThreadingException
Name | Description | |
---|---|---|
ConcurrentAccessException() |
Initializes a new ConcurrentAccessException.
| |
ConcurrentAccessException(String) |
Initializes a new ConcurrentAccessException and sets the error message.
| |
ConcurrentAccessException(String, Exception) |
Initializes a new ConcurrentAccessException and sets the error message and the inner exception.
|