System.IO.DirectoryNotFoundException.DirectoryNotFoundException C# (CSharp) 메소드

DirectoryNotFoundException() 공개 메소드

public DirectoryNotFoundException ( String message ) : System
message String
리턴 System
        public DirectoryNotFoundException(String message) 
            : base(message) {
    		SetErrorCode(__HResults.COR_E_DIRECTORYNOTFOUND);
        }
    

Same methods

DirectoryNotFoundException::DirectoryNotFoundException ( ) : System
DirectoryNotFoundException::DirectoryNotFoundException ( SerializationInfo info, StreamingContext context ) : System
DirectoryNotFoundException::DirectoryNotFoundException ( String message, Exception innerException ) : System
DirectoryNotFoundException