C# Class Lucene.Net.Index.TestCrashCausesCorruptIndex.CrashingException

The marker RuntimeException that we use in lieu of an actual machine crash.
Inheritance: System.Exception
Mostra file Open project: apache/lucenenet

Public Methods

Method Description
CrashingException ( string msg ) : System

Method Details

CrashingException() public method

public CrashingException ( string msg ) : System
msg string
return System