Bugsnag.Library.Data.Event.Event C# (CSharp) Method

Event() public method

public Event ( ) : System.Collections.Generic
return System.Collections.Generic
        public Event()
        {
            Exceptions = new List<Exception>();
        }
Event