Overload | Description |
---|---|
CustomException Constructor() | Creates a new CustomException. |
CustomException Constructor(String) | Creates a new CustomException with its message string set to message, its HRESULT set to COR_E_APPLICATION, and its ExceptionInfo reference set to null. |
CustomException Constructor(String,Exception) | |
CustomException Constructor(SerializationInfo,StreamingContext) |