Gets the method that returned the error

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

Syntax

C#
public string Method { get; }
Visual Basic (Declaration)
Public ReadOnly Property Method As String
Visual C++
public:
property String^ Method {
	String^ get ();
}

See Also