ConditionalRuleException Constructor (String)
Initializes a new instance of the ConditionalRuleException class by using the provided message.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public ConditionalRuleException(
string message
)
public:
ConditionalRuleException(
String^ message
)
new :
message:string -> ConditionalRuleException
public function ConditionalRuleException(
message : String
)
Parameters
message
Type: StringThe message to use for initialization.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ConditionalRuleException Class