Bridge

ObsoleteAttribute Constructor (String)

Initializes a new instance of the ObsoleteAttribute class with a specified workaround message.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public ObsoleteAttribute(
	string message
)
Public Sub New ( _
	message As String _
)
public:
ObsoleteAttribute(
	String^ message
)

Parameters

message
Type: System..::..String
The text string that describes alternative workarounds.