Mindscape.Raygun4Net.RaygunClient.Attach C# (CSharp) 메소드

Attach() 공개 정적인 메소드

Causes Raygun to listen to and send all unhandled exceptions and unobserved task exceptions.
public static Attach ( string apiKey ) : void
apiKey string Your app api key.
리턴 void
        public static void Attach(string apiKey)
        {
            Attach(apiKey, null);
        }

Same methods

RaygunClient::Attach ( string apiKey, bool canReportNativeErrors, bool hijackNativeSignals ) : void
RaygunClient::Attach ( string apiKey, string user ) : void
RaygunClient::Attach ( string apiKey, string user, bool canReportNativeErrors, bool hijackNativeSignals ) : void