XmlSchemaValidationException Constructor (String^)

 

Initializes a new instance of the XmlSchemaValidationException class with the exception message specified.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
XmlSchemaValidationException(
	String^ message
)

Parameters

message
Type: System::String^

A string description of the error condition.

.NET Framework
Available since 2.0
Return to top
Show: