Class PerformanceTestException
Performance test exception.
Implements
Inherited Members
Namespace: Unity.PerformanceTesting.Exceptions
Assembly: Unity.PerformanceTesting.dll
Syntax
[Serializable]
public class PerformanceTestException : Exception, ISerializable
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. |