Constructs a SchemaException with a supplied error message text.
public: SchemaException(string msg);
public SchemaException(string msg);
Public Sub New(msg As string)
SchemaException Class