2
// Copyright (C) 2002. James W. Newkirk, Michael C. Two, Alexei A. Vorontsov. All Rights Reserved.
7
using System.Runtime.Serialization;
10
/// Summary description for NoTestMethodsException.
14
public class InvalidTestFixtureException : ApplicationException
16
public InvalidTestFixtureException() : base() {}
18
public InvalidTestFixtureException(string message) : base(message)
21
public InvalidTestFixtureException(string message, Exception inner) : base(message, inner)
25
/// Serialization Constructor
27
protected InvalidTestFixtureException(SerializationInfo info,
28
StreamingContext context) : base(info,context){}
b'\\ No newline at end of file'