<PackageReference Include="NUnit" Version="4.2.2" />

NUnit.Framework.ResultStateException

public abstract class ResultStateException : Exception
Abstract base for Exceptions that terminate a test and provide a ResultState.
public abstract ResultState ResultState { get; }

Gets the ResultState provided by this exception

protected ResultStateException(string message)

public ResultStateException(string message, Exception inner)

Serialization Constructor