C# Class GangsDrive.util.DriverError

ファイルを表示 Open project: pknam/GangsDrive

Public Methods

Method Description
DebugError ( Exception ex, string context, bool mount_state ) : void

util method for debugging message

Method Details

DebugError() public static method

util method for debugging message
public static DebugError ( Exception ex, string context, bool mount_state ) : void
ex System.Exception exception object
context string driver name
mount_state bool mount state
return void