Initialize a new instance of IpernityError

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IpernityError(
	int errorCode,
	string errorMessage
)
Visual Basic (Declaration)
Public Sub New ( _
	errorCode As Integer, _
	errorMessage As String _
)
Visual C++
public:
IpernityError(
	int errorCode, 
	String^ errorMessage
)

Parameters

errorCode
Type: System..::.Int32
The error code
errorMessage
Type: System..::.String
The error message

See Also