System.IO.DirectoryNotFoundException.DirectoryNotFoundException C# (CSharp) Method

DirectoryNotFoundException() protected method

protected DirectoryNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System
        protected DirectoryNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) {
        }
    }

Same methods

DirectoryNotFoundException::DirectoryNotFoundException ( ) : System
DirectoryNotFoundException::DirectoryNotFoundException ( String message ) : System
DirectoryNotFoundException::DirectoryNotFoundException ( String message, Exception innerException ) : System
DirectoryNotFoundException