System.DllNotFoundException.DllNotFoundException C# (CSharp) Method

DllNotFoundException() public method

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

Same methods

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