C# 클래스 RX_Explorer.Class.UnlockException

상속: Exception
파일 보기 프로젝트 열기: zhuxb711/RX-Explorer

공개 메소드들

메소드 설명
UnlockException ( ) : System
UnlockException ( string ErrorMessage ) : System
UnlockException ( string message, Exception innerException ) : System

메소드 상세

UnlockException() 공개 메소드

public UnlockException ( ) : System
리턴 System

UnlockException() 공개 메소드

public UnlockException ( string ErrorMessage ) : System
ErrorMessage string
리턴 System

UnlockException() 공개 메소드

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