C# Class GangsDrive.util.DriverError

Afficher le fichier Open project: pknam/GangsDrive

Méthodes publiques

Méthode Description
DebugError ( Exception ex, string context, bool mount_state ) : void

util method for debugging message

Method Details

DebugError() public static méthode

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
Résultat void