IncorrectTypeForTypeAs() static private method

A string like "The type used in TypeAs Expression must be of reference or nullable type, {0} is neither"
static private IncorrectTypeForTypeAs ( object p0 ) : string
p0 object
return string
 internal static Exception IncorrectTypeForTypeAs(object p0)
 {
     return(new ArgumentException(Strings.IncorrectTypeForTypeAs(p0)));
 }