HyperActive
HyperActiveException Constructor (message, args)
NamespacesHyperActive.CoreHyperActiveExceptionHyperActiveException(String, array<Object>[]()[])
Initializes a new instance of the HyperActiveException class.
Declaration Syntax
C#Visual BasicVisual C++
public HyperActiveException(
	string message,
	params Object[] args
)
Public Sub New ( _
	message As String, _
	ParamArray args As Object() _
)
public:
HyperActiveException(
	String^ message, 
	... array<Object^>^ args
)
Parameters
message (String)
The message of the exception.
args (array< Object >[]()[])
Any format args for the message.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)