Bridge

NotImplementedException Constructor (String)

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

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

Syntax


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

Parameters

message
Type: System..::..String
The error message that explains the reason for the exception.