Beispiel #1
0
 internal static void ThrowInternalError(System.Data.Services.Client.InternalError value)
 {
     throw InternalError(value);
 }
Beispiel #2
0
 internal static void ThrowBatchExpectedResponse(System.Data.Services.Client.InternalError value)
 {
     throw InvalidOperation(System.Data.Services.Client.Strings.Batch_ExpectedResponse((int)value));
 }
Beispiel #3
0
 internal static void ThrowBatchUnexpectedContent(System.Data.Services.Client.InternalError value)
 {
     throw InvalidOperation(System.Data.Services.Client.Strings.Batch_UnexpectedContent((int)value));
 }
Beispiel #4
0
 internal static InvalidOperationException InternalError(System.Data.Services.Client.InternalError value)
 {
     return(InvalidOperation(System.Data.Services.Client.Strings.Context_InternalError((int)value)));
 }