System.IO.DirectoryNotFoundException.DirectoryNotFoundException C# (CSharp) Méthode

DirectoryNotFoundException() public méthode

public DirectoryNotFoundException ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System
        public DirectoryNotFoundException(String message, Exception innerException) 
            : base(message, innerException) {
    		SetErrorCode(__HResults.COR_E_DIRECTORYNOTFOUND);
        }
        

Same methods

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