IPluginExceptionProvider.GetException Method

Definition

Overloads

GetException(Int32)
GetException(Int32, Object[])

GetException(Int32)

public:
 Exception ^ GetException(int errorCode);
public Exception GetException (int errorCode);
abstract member GetException : int -> Exception
Public Function GetException (errorCode As Integer) As Exception

Parameters

errorCode
Int32

Returns

Applies to

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[]

Returns

Applies to