System.Threading.AbandonedMutexException.AbandonedMutexException C# (CSharp) Method

AbandonedMutexException() public method

public AbandonedMutexException ( String message, Exception inner ) : System
message String
inner Exception
return System
        public AbandonedMutexException(String message, Exception inner ) 
            : base(message, inner) {
            SetErrorCode(__HResults.COR_E_ABANDONEDMUTEX);
        }

Same methods

AbandonedMutexException::AbandonedMutexException ( ) : System
AbandonedMutexException::AbandonedMutexException ( SerializationInfo info, StreamingContext context ) : System
AbandonedMutexException::AbandonedMutexException ( String message ) : System
AbandonedMutexException::AbandonedMutexException ( String message, Exception inner, int location, WaitHandle handle ) : System
AbandonedMutexException::AbandonedMutexException ( String message, int location, WaitHandle handle ) : System
AbandonedMutexException::AbandonedMutexException ( int location, WaitHandle handle ) : System