C# Class CommonClasses.Errhandle

/// Writes Debug info to log. /// /// Writes a message to the log using the specified /// category. ///
Show file Open project: SQLServerIO/TPCCBench

Public Methods

Method Description
StopProcessing ( Exception e, string query ) : void

Method Details

StopProcessing() public static method

public static StopProcessing ( Exception e, string query ) : void
e System.Exception
query string
return void