N2 API Documentation
N2Exception Constructor (message)
NamespacesN2N2ExceptionN2ExceptionN2ExceptionNew(String)
Creates a new instance of the N2Exception, the base class for known N2 exceptions.
Declaration Syntax
C#Visual BasicVisual C++
public N2Exception(
	string message
)
Public Sub New ( _
	message As String _
)
public:
N2Exception (
	String^ message
)
Parameters
message (String)
The exception message

Assembly: N2 (Module: N2) Version: 1.0.204.35916