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

WaitHandleCannotBeOpenedException() public method

public WaitHandleCannotBeOpenedException ( ) : System
return System
        public WaitHandleCannotBeOpenedException() : base(Environment.GetResourceString("Threading.WaitHandleCannotBeOpenedException")) 
        {
            SetErrorCode(__HResults.COR_E_WAITHANDLECANNOTBEOPENED);
        }
    

Same methods

WaitHandleCannotBeOpenedException::WaitHandleCannotBeOpenedException ( SerializationInfo info, StreamingContext context ) : System
WaitHandleCannotBeOpenedException::WaitHandleCannotBeOpenedException ( String message ) : System
WaitHandleCannotBeOpenedException::WaitHandleCannotBeOpenedException ( String message, Exception innerException ) : System
WaitHandleCannotBeOpenedException