C# Mine
ContentsIndexHome
PreviousUpNext
HandleLogExceptionEventArgs.HandleLogExceptionEventArgs Constructor

Initializes a new instance of the HandleLogExceptionEventArgs class.

Syntax
C#
public HandleLogExceptionEventArgs(Exception exception, string location);
Parameters 
Description 
Exception exception 
Exception that was recorded. 
string location 
Method name where the exception occurred. 
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!