CodeGenerationHelper.GetMethodException(MethodBase, String) Method

Definition

public:
 static Exception ^ GetMethodException(System::Reflection::MethodBase ^ method, System::String ^ msg);
public static Exception GetMethodException (System.Reflection.MethodBase method, string msg);
static member GetMethodException : System.Reflection.MethodBase * string -> Exception
Public Shared Function GetMethodException (method As MethodBase, msg As String) As Exception

Parameters

method
MethodBase
msg
String

Returns

Exception

Applies to