Throws a PatternUsageErrorException with the specified message including a short heading that identifies the attribute type.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected void ThrowUsageErrorException(
	string message
)
Visual Basic (Declaration)
Protected Sub ThrowUsageErrorException ( _
	message As String _
)

Parameters

message
Type: System..::.String
The message, not null.

Exceptions

See Also