Class PerformanceTestException
Performance test exception.
Inherited Members
Namespace: Unity.PerformanceTesting.Exceptions
Syntax
[Serializable]
public class PerformanceTestException : Exception, ISerializable, _Exception
Constructors
PerformanceTestException(String)
Performance test exception. Used to indicate failures while running a performance test.
Declaration
public PerformanceTestException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Exception message. |