Gets the Ipernity error

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

Syntax

C#
public Exception Error { get; internal set; }
Visual Basic (Declaration)
Public Property Error As Exception
Visual C++
public:
property Exception^ Error {
	Exception^ get ();
	void set (Exception^ value);
}

See Also