|
void | DoThrow (const System::ExceptionPtr &self) const override |
| Throws exception instance wrapped by exception wrapper. More...
|
|
| Details_XmlSchemaInferenceException () |
| Initializes a new instance of the XmlSchemaInferenceException class. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaInferenceException, CODEPORTING_ARGS()) |
|
| Details_XmlSchemaInferenceException (const String &message) |
| Initializes a new instance of the XmlSchemaInferenceException class with the error message specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaInferenceException, CODEPORTING_ARGS(String message)) |
|
| Details_XmlSchemaInferenceException (const String &message, Exception innerException) |
| Initializes a new instance of the XmlSchemaInferenceException class with the error message specified and the original Exception that caused the XmlSchemaInferenceException specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaInferenceException, CODEPORTING_ARGS(String message, Exception innerException)) |
|
| Details_XmlSchemaInferenceException (const String &message, Exception innerException, int32_t lineNumber, int32_t linePosition) |
| Initializes a new instance of the XmlSchemaInferenceException class with the error message specified, the original Exception that caused the XmlSchemaInferenceException specified, and the line number and line position of the error in the XML document specified. More...
|
|
| MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (Details_XmlSchemaInferenceException, 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)) |
|
Returns information about errors encountered by the XmlSchemaInference class while inferring a schema from an XML document.