System.DllNotFoundException.DllNotFoundException C# (CSharp) Method

DllNotFoundException() protected method

protected DllNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return 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