Bridge

NullReferenceException Constructor (String)

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

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

Syntax


public NullReferenceException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
NullReferenceException(
	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.