Exceptions4.

ThrowRuntimeException(int, string, Exception) Method

Syntax

public static void ThrowRuntimeException(int code, string msg, Exception cause)

Parameters

Name Type Description
code int
msg string
cause Exception

Return Value

Type Description
void