The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RegexCompilationInfo::Namespace Property
.NET Framework (current version)
Gets or sets the namespace to which the new type belongs.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The value for this property is null. |
The RegexCompilationInfo class is used to define a compiled regular expression, which is represented as a class derived from Regex. The Namespace property defines the namespace that contains the compiled regular expression type, and the Namespace and Name properties together define its fully qualified name.
.NET Framework
Available since 1.1
Available since 1.1
Show: