Bugsnag.Library.BugSnag.BugSnag C# (CSharp) Метод

BugSnag() публичный Метод

Creates a bugsnag notifier and sets the API key
public BugSnag ( string apiKey ) : System
apiKey string
Результат System
        public BugSnag(string apiKey)
            : this()
        {
            this.apiKey = apiKey;
        }

Same methods

BugSnag::BugSnag ( ) : System