Overload | Description |
---|---|
SmartZoneException Constructor() | General base exception to assist in debugging the root cause. |
SmartZoneException Constructor(Int32) | Generates an exception based on the given error number. |
SmartZoneException Constructor(String) | Generates an exception based on the given string. |
SmartZoneException Constructor(Int32,String) | Generates an exception based on the given error number and string. |
SmartZoneException Constructor(String,Exception) | Generates an exception based on the given string and a given inner exception. |
SmartZoneException Constructor(SerializationInfo,StreamingContext) | These exceptions are thrown for general SmartZoneException component errors. |