Initializes a new instance of the RuntimeManagerException class

Namespace:  ESRI.ArcGIS

Assembly:  ESRI.ArcGIS.Version (in ESRI.ArcGIS.Version.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
public RuntimeManagerException(
	string message,
	Exception inner
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
Visual C++
public:
RuntimeManagerException(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: System..::.String

inner
Type: System..::.Exception

See Also