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

DllNotFoundException() 보호된 메소드

protected DllNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System
        protected DllNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) {
        }        
    }

Same methods

DllNotFoundException::DllNotFoundException ( ) : System
DllNotFoundException::DllNotFoundException ( String message ) : System
DllNotFoundException::DllNotFoundException ( String message, Exception inner ) : System
DllNotFoundException