PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingConcurrent­Access­Exception
Open sandboxFocus

ConcurrentAccessException Class

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

Inheritance
ConcurrentAccessException
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.