C# Class System.IO.DirectoryNotFoundException

Inheritance: Exception
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DirectoryNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

DirectoryNotFoundException() public method

public DirectoryNotFoundException ( ) : System
return System

DirectoryNotFoundException() protected method

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

DirectoryNotFoundException() public method

public DirectoryNotFoundException ( String message ) : System
message String
return System

DirectoryNotFoundException() public method

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