| Overload | Description |
|---|---|
| InvalidSchemaException Constructor() | The main constructor for the InvalidSchemaException class when the filename schema is invalid. |
| InvalidSchemaException Constructor(Int32) | An InvalidSchemaException which allows passing in an error number. |
| InvalidSchemaException Constructor(String) | An InvalidSchemaException which allows passing in an error message. |
| InvalidSchemaException Constructor(Int32,String) | An InvalidSchemaException which allows passing in an error number and an error message. |
| InvalidSchemaException Constructor(String,Exception) | An InvalidSchemaException which allows passing in an error message and an inner exception. |