Bridge

KeyNotFoundException Constructor (String)

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

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

Syntax


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

Parameters

message
Type: System..::..String
The message that describes the error.