C# Class SumoNinjaMonkey.Framework.Services.ErrorService

显示文件 Open project: liquidboy/X

Public Properties

Property Type Description
exceptionHandled bool

Public Methods

Method Description
HandleException ( string userFriendlyMessage, Exception ex ) : void

Method Details

HandleException() public method

public HandleException ( string userFriendlyMessage, Exception ex ) : void
userFriendlyMessage string
ex System.Exception
return void

Property Details

exceptionHandled public_oe static_oe property

public static bool exceptionHandled
return bool