Example #1
0
 internal static ArgumentOutOfRangeException NotSupportedUserDefinedTypeSerializationFormat(Microsoft.Data.SqlClient.Server.Format value, string method)
 {
     return(NotSupportedEnumerationValue(typeof(Microsoft.Data.SqlClient.Server.Format), value.ToString(), method));
 }
Example #2
0
 internal static ArgumentOutOfRangeException InvalidUserDefinedTypeSerializationFormat(Microsoft.Data.SqlClient.Server.Format value)
 {
     return(InvalidEnumerationValue(typeof(Microsoft.Data.SqlClient.Server.Format), (int)value));
 }