Share via


RegexpSyntaxException Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the RegexpSyntaxException with the specified description of the error.

Namespace:  System.Text.RegularExpressions
Assembly:  System.Text.RegularExpressions (in System.Text.RegularExpressions.dll)

Syntax

'Declaration
Public Sub New ( _
    s As String _
)
public RegexpSyntaxException(
    string s
)
public:
RegexpSyntaxException(
    String^ s
)
new : 
        s:string -> RegexpSyntaxException
public function RegexpSyntaxException(
    s : String
)

Parameters

.NET Framework Security

See Also

Reference

RegexpSyntaxException Class

System.Text.RegularExpressions Namespace