Bridge

NotSupportedException Constructor (String)

Initializes a new instance of the NotSupportedException class with a specified error message.

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

Syntax


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

Parameters

message
Type: System..::..String
A String that describes the error. The content of message is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.