This topic has not yet been rated - Rate this topic

XmlSchemaException.Message Property

Gets a message that describes the current exception.

[Visual Basic]
Overrides Public ReadOnly Property Message As String
[C#]
public override string Message {get;}
[C++]
public: __property String* get_Message();
[JScript]
public override function get Message() : String;

Property Value

The error message that describes the reason for the exception.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

XmlSchemaException Class | XmlSchemaException Members | System.Xml.Schema Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.