[SerializableAttribute]
public class HelperException : Exception<SerializableAttribute>
Public Class HelperException
Inherits Exception[SerializableAttribute]
public ref class HelperException : public Exception| HelperException(String) | Create a new exception with message |
| HelperException(SerializationInfo, StreamingContext) | Serialise the exception |
| HelperException(String, Exception) | Create a new exception with message and inner exception |