|
void | DoThrow (const System::ExceptionPtr &self) const override |
| Throws exception instance wrapped by exception wrapper. More...
|
|
| Details_XmlSchemaValidationException () |
| Initializes a new instance of the XmlSchemaValidationException class. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaValidationException, CODEPORTING_ARGS()) |
|
| Details_XmlSchemaValidationException (const String &message) |
| Initializes a new instance of the XmlSchemaValidationException class with the exception message specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaValidationException, CODEPORTING_ARGS(String message)) |
|
| Details_XmlSchemaValidationException (const String &message, Exception innerException) |
| Initializes a new instance of the XmlSchemaValidationException class with the exception message and original Exception object that caused this exception specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaValidationException, CODEPORTING_ARGS(String message, Exception innerException)) |
|
| Details_XmlSchemaValidationException (const String &message, Exception innerException, int32_t lineNumber, int32_t linePosition) |
| Initializes a new instance of the XmlSchemaValidationException class with the exception message specified, and the original Exception object, line number, and line position of the XML that cause this exception specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaValidationException, CODEPORTING_ARGS(String message, Exception innerException, int32_t lineNumber, int32_t linePosition)) |
|
void | DoThrow (const System::ExceptionPtr &self) const override |
| Throws exception instance wrapped by exception wrapper. More...
|
|
| Details_XmlSchemaException () |
| Initializes a new instance of the XmlSchemaException class. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaException, CODEPORTING_ARGS()) |
|
| Details_XmlSchemaException (const String &message) |
| Initializes a new instance of the XmlSchemaException class with the exception message specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaException, CODEPORTING_ARGS(String message)) |
|
| Details_XmlSchemaException (const String &message, Exception innerException) |
| Initializes a new instance of the XmlSchemaException class with the exception message and original Exception object that caused this exception specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaException, CODEPORTING_ARGS(String message, Exception innerException)) |
|
| Details_XmlSchemaException (const String &message, Exception innerException, int32_t lineNumber, int32_t linePosition) |
| Initializes a new instance of the XmlSchemaException class with the exception message specified, and the original Exception object, line number, and line position of the XML that cause this exception specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaException, CODEPORTING_ARGS(String message, Exception innerException, int32_t lineNumber, int32_t linePosition)) |
|
Represents the exception thrown when XML Schema Definition Language (XSD) schema validation errors and warnings are encountered in an XML document being validated.