Exception thrown when two threads simultaneously attempt to access a method annotated with the ThreadUnsafeAttribute custom attribute.
Implements
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public sealed class ConcurrentAccessException : ThreadingException, ISerializableConstructors
| 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. |