IPluginExceptionProvider.GetException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetException(Int32) | |
GetException(Int32, Object[]) |
GetException(Int32)
GetException(Int32, Object[])
public:
Exception ^ GetException(int errorCode, ... cli::array <System::Object ^> ^ arguments);
public Exception GetException (int errorCode, params object[] arguments);
abstract member GetException : int * obj[] -> Exception
Public Function GetException (errorCode As Integer, ParamArray arguments As Object()) As Exception
Parameters
- errorCode
- Int32
- arguments
- Object[]