C# 클래스 System.IO.IOException

상속: SystemException
파일 보기 프로젝트 열기: dotnetGame/natsu-clr 1 사용 예제들

공개 메소드들

메소드 설명
IOException ( ) : System
IOException ( string message ) : System
IOException ( string message, Exception innerException ) : System
IOException ( string message, int hresult ) : System

메소드 상세

IOException() 공개 메소드

public IOException ( ) : System
리턴 System

IOException() 공개 메소드

public IOException ( string message ) : System
message string
리턴 System

IOException() 공개 메소드

public IOException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System

IOException() 공개 메소드

public IOException ( string message, int hresult ) : System
message string
hresult int
리턴 System