N2 API Documentation
N2Exception Constructor (messageFormat, args)
NamespacesN2N2ExceptionN2ExceptionN2ExceptionNew(String, array<Object>[]())
Creates a new instance of the N2Exception, the base class for known N2 exceptions.
Declaration Syntax
C#Visual BasicVisual C++
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