'Declaration
Public Overloads Shared Sub EndFile( _ ByVal skipFrames As Integer, _ ByVal reason As String _ )
public static void EndFile( int skipFrames, string reason )
Parameters
- skipFrames
- The number of stack frames to skip out to find the original caller.
- reason
- An optionally-declared reason for invoking this operation (may be null or empty).