Bridge

NotImplementedException Constructor (String, Exception)

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

Syntax


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

Parameters

message
Type: System..::..String
innerException
Type: System..::..Exception