Creates a new instance of the N2Exception, the base class for known N2 exceptions.

Declaration Syntax
public N2Exception(
string messageFormat,
params Object[] args
)
Public Sub New ( _
messageFormat As String, _
ParamArray args As Object() _
)
public:
N2Exception (
String^ messageFormat,
... array<Object^>^ args
)

Parameters
- messageFormat (String)
- The exception message format.
- args (array<Object>[]())
- The exception message arguments.
Assembly: N2 (Module: N2) Version: 1.0.204.35916