Example #1
0
 /// <summary>
 /// ArgumentException with message like "Invalid stream type: {0}."
 /// </summary>
 internal static Exception InvalidStreamType(object p0)
 {
     return(new ArgumentException(Strings.InvalidStreamType(p0)));
 }