| Overload | Description |
|---|---|
| SaveTypeException Constructor() | The main constructor for the SaveTypeException class to throw when there is a problem with the save type. |
| SaveTypeException Constructor(Int32) | A SaveTypeException which allows passing in an error number. |
| SaveTypeException Constructor(String) | A SaveTypeException which allows passing in an error message. |
| SaveTypeException Constructor(Int32,String) | A SaveTypeException which allows passing in an error number. |
| SaveTypeException Constructor(String,Exception) | A SaveTypeException which allows passing in an error message and an inner exception. |