Overload | Description |
---|---|
BGException Constructor(Int32) | Throws an exception of type BGException with the HRESULT error code only |
BGException Constructor(Int32,String) | Throws an exception of type BGException with the HRESULT error code and error message |
BGException Constructor(Int32,String,Exception) | Throws an exception of type BGException with the HRESULT error code, error message and inner exception |