Intersoft WebCombo Documentation
UnhandledErrorText Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > TextSet Class : UnhandledErrorText Property






Specifies the text that will appear in the error box when an unhandled exception occurred. Specifies the text that will appear in the error box when an unhandled exception occurred.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the text that will appear in the error box when an unhandled exception occurred.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property UnhandledErrorText As String
Visual Basic (Usage)Copy Code
Dim instance As TextSet
Dim value As String
 
instance.UnhandledErrorText = value
 
value = instance.UnhandledErrorText
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text that will appear in the error box when an unhandled exception occurred.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public string UnhandledErrorText {get; set;}
Delphi 
public read-write property UnhandledErrorText: String; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Specifies the text that will appear in the error box when an unhandled exception occurred.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set UnhandledErrorText : String
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text that will appear in the error box when an unhandled exception occurred.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_UnhandledErrorText();
public: __property void set_UnhandledErrorText( 
   string* value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies the text that will appear in the error box when an unhandled exception occurred.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property String^ UnhandledErrorText {
   String^ get();
   void set (    String^ value);
}

Remarks

The default value of this property is "Unhandled exception occurred. See following for details."

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.