C# 클래스 ServiceInsight.Framework.RaygunUtility

파일 보기 프로젝트 열기: Particular/ServiceInsight 1 사용 예제들

공개 메소드들

메소드 설명
GetClient ( ) : RaygunClient
SendError ( RaygunClient client, Exception e ) : void
SendError ( RaygunClient client, Exception e, StoredMessage storedMessage ) : void

비공개 메소드들

메소드 설명
AddServiceControlVersion ( IDictionary extraData ) : void
StoredMessageToDictionary ( StoredMessage storedMessage ) : IDictionary

메소드 상세

GetClient() 공개 정적인 메소드

public static GetClient ( ) : RaygunClient
리턴 Mindscape.Raygun4Net.RaygunClient

SendError() 공개 정적인 메소드

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

SendError() 공개 정적인 메소드

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