Open sandboxFocus

Class ConcurrentAccessException

Exception thrown when two threads simultaneously attempt to access a method annotated with the ThreadUnsafeAttribute custom attribute.

Inheritance
ConcurrentAccessException
Implements
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public sealed class ConcurrentAccessException : ThreadingException, ISerializable

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.