[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Человекочитаемое сообщение об ошибке

Namespace: Infosyst.SmsHost
Assembly:  SmsHostWs (in SmsHostWs.dll)

Syntax

C#
public string ErrorDescription{ get; set;}
Visual Basic (Declaration)
Public Property ErrorDescription As String
Visual C++
public:
property String^ ErrorDescription {
	String^ get ();
	void set (String^ value);
}

See Also