System.DllNotFoundException.DllNotFoundException C# (CSharp) 메소드

DllNotFoundException() 공개 메소드

public DllNotFoundException ( String message, Exception inner ) : System
message String
inner Exception
리턴 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