ObsoleteAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the ObsoleteAttribute class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ObsoleteAttribute() | Initializes a new instance of the ObsoleteAttribute class with default properties. |
![]() | ObsoleteAttribute(String^) | Initializes a new instance of the ObsoleteAttribute class with a specified workaround message. |
![]() | ObsoleteAttribute(String^, Boolean) | Initializes a new instance of the ObsoleteAttribute class with a workaround message and a Boolean value indicating whether the obsolete element usage is considered an error. |
Show:
