CK.AppRecovery.ApplicationCrashedEventArgs.ApplicationCrashedEventArgs C# (CSharp) Method

ApplicationCrashedEventArgs() static private method

static private ApplicationCrashedEventArgs ( CrashLogWriter w ) : System
w CrashLogWriter
return System
        ApplicationCrashedEventArgs( CrashLogWriter w )
        {
            Debug.Assert( w != null );
            CrashLog = w;
            w.WriteProperty( "CurrentCrashCount", ApplicationRecovery.CurrentCrashCount );
        }