C# Class Smrf.AppLib.ExceptionUtil

Exception utility methods.
This class contains utility methods for dealing with exceptions. All methods are static.
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
GetMessageTrace ( Exception oException ) : String

Private Methods

Method Description
ExceptionUtil ( ) : System

Method Details

GetMessageTrace() public static method

public static GetMessageTrace ( Exception oException ) : String
oException System.Exception
return String