XMLDA.NET Reference
ReturnErrorText Property
See Also  Send Feedback
xmldanet.xmlda Namespace > RequestOptions Class : ReturnErrorText Property

Glossary Item Box

If TRUE (default) the server will return verbose error description. See also LocaleID, below and the Error type.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As RequestOptions
Dim value As Boolean
 
instance.ReturnErrorText = value
 
value = instance.ReturnErrorText
C# 
[XmlAttributeAttribute()]
[DefaultValueAttribute()]
public bool ReturnErrorText {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.