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