C# Class RX_Explorer.Class.UnlockException

Inheritance: Exception
Show file Open project: zhuxb711/RX-Explorer

Public Methods

Method Description
UnlockException ( ) : System
UnlockException ( string ErrorMessage ) : System
UnlockException ( string message, Exception innerException ) : System

Method Details

UnlockException() public method

public UnlockException ( ) : System
return System

UnlockException() public method

public UnlockException ( string ErrorMessage ) : System
ErrorMessage string
return System

UnlockException() public method

public UnlockException ( string message, Exception innerException ) : System
message string
innerException Exception
return System