C# 클래스 System.IO.DriveNotFoundException

상속: IOException
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
DriveNotFoundException ( )
DriveNotFoundException ( string message )
DriveNotFoundException ( string message, System innerException )
DriveNotFoundException ( ) : System.Runtime.Serialization
DriveNotFoundException ( string message ) : System.Runtime.Serialization
DriveNotFoundException ( string message, Exception innerException ) : System.Runtime.Serialization

보호된 메소드들

메소드 설명
DriveNotFoundException ( System info, System context )
DriveNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

메소드 상세

DriveNotFoundException() 공개 메소드

DriveNotFoundException() 보호된 메소드

protected DriveNotFoundException ( System info, System context )
info System
context System

DriveNotFoundException() 공개 메소드

public DriveNotFoundException ( string message )
message string

DriveNotFoundException() 공개 메소드

public DriveNotFoundException ( string message, System innerException )
message string
innerException System

DriveNotFoundException() 공개 메소드

public DriveNotFoundException ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

DriveNotFoundException() 보호된 메소드

protected DriveNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info SerializationInfo
context StreamingContext
리턴 System.Runtime.Serialization

DriveNotFoundException() 공개 메소드

public DriveNotFoundException ( string message ) : System.Runtime.Serialization
message string
리턴 System.Runtime.Serialization

DriveNotFoundException() 공개 메소드

public DriveNotFoundException ( string message, Exception innerException ) : System.Runtime.Serialization
message string
innerException System.Exception
리턴 System.Runtime.Serialization