Initialize a new instance of IpernityException

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

Syntax

C#
public IpernityException(
	IpernityError error,
	string method
)
Visual Basic (Declaration)
Public Sub New ( _
	error As IpernityError, _
	method As String _
)
Visual C++
public:
IpernityException(
	IpernityError^ error, 
	String^ method
)

Parameters

error
Type: IpernityNET..::.IpernityError
The IpernityError
method
Type: System..::.String
The method that returned the error

See Also