MethodNotFindException Class
Occurs when the specified test method was not found
Namespace: SoftHai.Testing.UITestAssembly: SoftHai.Testing
Syntax
Visual Basic
Public Class MethodNotFindException
Inherits System.Exception
Implements System.Runtime.Serialization.ISerializable
Implements System.Runtime.InteropServices._Exception
C#
public class MethodNotFindException
: System.Exception,
System.Runtime.Serialization.ISerializable,
System.Runtime.InteropServices._Exception
Members
Methods
Properties
| Name | Description |
| MethodName | Name of the test method was not found |
This WikiPage was created with
Codeplex WikiEditor