C# Class ServiceInsight.Framework.RaygunUtility

显示文件 Open project: Particular/ServiceInsight Class Usage Examples

Public Methods

Method Description
GetClient ( ) : RaygunClient
SendError ( RaygunClient client, Exception e ) : void
SendError ( RaygunClient client, Exception e, StoredMessage storedMessage ) : void

Private Methods

Method Description
AddServiceControlVersion ( IDictionary extraData ) : void
StoredMessageToDictionary ( StoredMessage storedMessage ) : IDictionary

Method Details

GetClient() public static method

public static GetClient ( ) : RaygunClient
return Mindscape.Raygun4Net.RaygunClient

SendError() public static method

public static SendError ( RaygunClient client, Exception e ) : void
client Mindscape.Raygun4Net.RaygunClient
e System.Exception
return void

SendError() public static method

public static SendError ( RaygunClient client, Exception e, StoredMessage storedMessage ) : void
client Mindscape.Raygun4Net.RaygunClient
e System.Exception
storedMessage ServiceInsight.Models.StoredMessage
return void