'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 back over to determine the original caller. (0 means the immediate caller of this method; 1 means their immediate caller, and so on.)
- reason
- An optionally-declared reason for invoking this operation (may be null or empty).