AvalonEdit
SearchPatternException Constructor (message)
NamespacesICSharpCode.AvalonEdit.SearchSearchPatternExceptionSearchPatternException(String)
Initializes a new instance of the Exception class with a specified error message.
Declaration Syntax
C#Visual BasicVisual C++
public SearchPatternException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
SearchPatternException(
	String^ message
)
Parameters
message (String)
The message that describes the error.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238