Gets the server error message.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.Localization
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

See Also