System.DllNotFoundException.DllNotFoundException C# (CSharp) Method

DllNotFoundException() public method

public DllNotFoundException ( ) : System
return System
        public DllNotFoundException() 
            : base(Environment.GetResourceString("Arg_DllNotFoundException")) {
            SetErrorCode(__HResults.COR_E_DLLNOTFOUND);
        }
    

Same methods

DllNotFoundException::DllNotFoundException ( SerializationInfo info, StreamingContext context ) : System
DllNotFoundException::DllNotFoundException ( String message ) : System
DllNotFoundException::DllNotFoundException ( String message, Exception inner ) : System
DllNotFoundException