Cove - A Practical Quantum Computer Programming Framework
CoveException Constructor (Message)
NamespacesCove.BaseCoveExceptionCoveException(String)
Constructor that also sets the message exception
Declaration Syntax
C#Visual BasicVisual C++
public CoveException(
	string Message
)
Public Sub New ( _
	Message As String _
)
public:
CoveException(
	String^ Message
)
Parameters
Message (String)
The message of the exception

Assembly: Cove.Base (Module: Cove.Base) Version: 1.0.0.0 (1.0.0.0)