'Declaration
Public Overloads Shared Sub ThrowError( _
ByVal As ImGearErrorCodes, _
ByVal As String, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim errorCode As ImGearErrorCodes
Dim description As String
Dim value1 As Integer
Dim value2 As Integer
ImGearException.ThrowError(errorCode, description, value1, value2)
public static void ThrowError(
ImGearErrorCodes ,
string ,
int ,
int
)
public: static void ThrowError(
ImGearErrorCodes ,
string* ,
int ,
int
)
public:
static void ThrowError(
ImGearErrorCodes ,
String^ ,
int ,
int
)