TryNotSupportedForMethodsWithRefArgs() static private method

A string like "TryExpression is not supported as an argument to method '{0}' because it has an argument with by-ref type. Construct the tree so the TryExpression is not nested inside of this expression."
static private TryNotSupportedForMethodsWithRefArgs ( object p0 ) : string
p0 object
return string
 internal static Exception TryNotSupportedForMethodsWithRefArgs(object p0)
 {
     return(new NotSupportedException(Strings.TryNotSupportedForMethodsWithRefArgs(p0)));
 }