[This is preliminary documentation and is subject to change.]

Initializes a new instance of the InternalErrorException class

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

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

Parameters

message
String
innerException
Exception

See Also