373 references to AtlasWeb
System.Web.Extensions (373)
ApplicationServices\ApplicationServiceHelper.cs (5)
89throw new HttpException(AtlasWeb.UserIsNotAuthenticated); 111throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, AtlasWeb.AppService_Disabled, "AuthenticationService")); 115throw new HttpException(403, AtlasWeb.AppService_RequiredSSL); 154throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, AtlasWeb.AppService_Disabled, "ProfileService")); 161throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, AtlasWeb.AppService_Disabled, "RoleService"));
ApplicationServices\AuthenticationService.cs (1)
190WebServiceErrorEvent errorevent = new WebServiceErrorEvent(AtlasWeb.UnhandledExceptionEventLogMessage, this, e);
ApplicationServices\ProfileService.cs (3)
304throw new HttpException(AtlasWeb.UserIsNotAuthenticated); 306throw new Exception(AtlasWeb.UserIsNotAuthenticated); 313WebServiceErrorEvent errorevent = new WebServiceErrorEvent(AtlasWeb.UnhandledExceptionEventLogMessage, this, e);
ApplicationServices\RoleService.cs (3)
48throw new ProviderException(AtlasWeb.RoleService_RolesFeatureNotEnabled); 59throw new ProviderException(AtlasWeb.RoleService_RoleProviderNotFound); 105WebServiceErrorEvent errorevent = new WebServiceErrorEvent(AtlasWeb.UnhandledExceptionEventLogMessage, this, e);
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (2)
149throw new ArgumentException(string.Format(CultureInfo.InvariantCulture, AtlasWeb.AttributeNotRecognized, attribUnrecognized)); 243throw new ArgumentException(AtlasWeb.ServiceUriNotFound);
ClientServices\Providers\ClientRoleProvider.cs (3)
93throw new ArgumentException(string.Format(CultureInfo.InvariantCulture, AtlasWeb.AttributeNotRecognized, attribUnrecognized)); 118throw new ArgumentException(AtlasWeb.ArgumentMustBeCurrentUser, "username"); 369throw new ArgumentException(AtlasWeb.ServiceUriNotFound);
ClientServices\Providers\ClientSettingsProvider.cs (2)
192throw new ArgumentException(string.Format(CultureInfo.InvariantCulture, AtlasWeb.AttributeNotRecognized, attribUnrecognized)); 345throw new ArgumentException(AtlasWeb.ServiceUriNotFound);
ClientServices\Providers\ClientWindowsAuthenticationMembershipProvider.cs (2)
31throw new ArgumentException(AtlasWeb.ArgumentMustBeNull, "password"); 33throw new ArgumentException(AtlasWeb.ArgumentMustBeNull, "username");
ClientServices\Providers\ProxyHelper.cs (3)
73throw new WebException(AtlasWeb.ClientService_BadJsonResponse); 85throw new WebException(AtlasWeb.ClientService_BadJsonResponse); 95throw new WebException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ProxyHelper_BadStatusCode, response.StatusCode.ToString(), GetResponseString(response)), we);
ClientServices\Providers\SqlHelper.cs (2)
57throw new ArgumentException(AtlasWeb.SqlHelper_SqlEverywhereNotInstalled, e); 204throw new ArgumentException(AtlasWeb.SqlHelper_SqlEverywhereNotInstalled, e);
Configuration\ConvertersCollection.cs (2)
83throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ConvertersCollection_UnknownType, converter.Type)); 87throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ConvertersCollection_NotJavaScriptConverter, t.Name));
Handlers\ScriptModule.cs (1)
160RestHandler.WriteExceptionJsonString(context, new InvalidOperationException(AtlasWeb.WebService_RedirectError), (int)HttpStatusCode.Unauthorized);
Handlers\ScriptResourceHandler.cs (3)
51return new HttpException(404, AtlasWeb.ScriptResourceHandler_InvalidRequest, innerException); 787throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ScriptResourceHandler_ResourceUrlTooLong, _maximumResourceUrlLength)); 808AtlasWeb.ScriptResourceHandler_UnknownResource, resourceName));
Resources\AtlasWeb.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Resources.AtlasWeb", typeof(AtlasWeb).Assembly);
Script\Serialization\JavaScriptObjectDeserializer.cs (15)
36throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_IllegalPrimitive, jsod._s.ToString())); 49throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_DepthLimitExceeded)); 87throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidArrayStart)); 105throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidArrayExpectComma)); 109throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidArrayExtraComma)); 112throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidArrayEnd)); 121throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_ExpectedOpenBrace)); 129throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidMemberName)); 138throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidObject)); 165throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidObject)); 170throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_InvalidObject)); 267throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_IllegalPrimitive, input)); 322throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_UnterminatedString)); 348throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_BadEscape)); 359throw new ArgumentException(_s.GetDebugString(AtlasWeb.JSON_StringNotQuoted));
Script\Serialization\JavaScriptSerializer.cs (10)
34throw new ArgumentException(AtlasWeb.JSON_MaxJsonLengthExceeded, "input"); 60throw new ArgumentOutOfRangeException(AtlasWeb.JSON_InvalidMaxJsonLength); 72throw new ArgumentOutOfRangeException(AtlasWeb.JSON_InvalidRecursionLimit); 190throw new InvalidOperationException(AtlasWeb.JSON_MaxJsonLengthExceeded); 322throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_DictionaryTypeNotSupported, o.GetType().FullName)); 368throw new ArgumentException(AtlasWeb.JSON_DepthLimitExceeded); 486? String.Format(CultureInfo.CurrentCulture, AtlasWeb.JSON_CannotSerializeMemberGeneric, currentMember.Name, currentMember.ReflectedType.FullName) + " " + AtlasWeb.JSON_InvalidEnumType 487: AtlasWeb.JSON_InvalidEnumType; 504throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.JSON_CircularReference, type.FullName));
Script\Serialization\ObjectConverter.cs (7)
190throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_DictionaryTypeNotSupported, type.FullName)); 233throw new MissingMethodException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_NoConstructor, type.FullName)); 236throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_DeserializerTypeMismatch, type.FullName)); 287throw new InvalidOperationException(AtlasWeb.JSON_ValueTypeCannotBeNull); 403throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.JSON_CannotConvertObjectToType, o.GetType(), type)); 477throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.JSON_CannotCreateListType, type.FullName)); 513CultureInfo.CurrentCulture, AtlasWeb.JSON_ArrayTypeNotSupported, type.FullName));
Script\Services\ProxyGenerator.cs (2)
56AtlasWeb.ProxyGenerator_UnsupportedType, 61AtlasWeb.ProxyGenerator_UnsupportedType,
Script\Services\RestHandler.cs (5)
30throw new InvalidOperationException(AtlasWeb.WebService_InvalidWebServiceCall); 119String.Format(CultureInfo.CurrentCulture, AtlasWeb.WebService_InvalidVerbRequest, 127String.Format(CultureInfo.CurrentCulture, AtlasWeb.WebService_InvalidVerbRequest, 157String.Format(CultureInfo.CurrentCulture, AtlasWeb.WebService_InvalidXmlReturnType, 238writer.Write(JavaScriptSerializer.SerializeInternal(BuildWebServiceError(AtlasWeb.WebService_Error, String.Empty, String.Empty)));
Script\Services\WebServiceData.cs (5)
142throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.WebService_NoWebServiceDataInlineScript, virtualPath)); 145throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.WebService_NoWebServiceData, virtualPath)); 178throw new InvalidOperationException(AtlasWeb.WebService_NoScriptServiceAttribute); 273String.Format(CultureInfo.CurrentCulture, AtlasWeb.WebService_UnknownWebMethod, methodName), "methodName"); 351AtlasWeb.WebService_InvalidGenerateScriptType, t.FullName));
Script\Services\WebServiceMethodData.cs (1)
172throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.WebService_MissingArg, paramData.ParameterInfo.Name));
UI\ApplicationServiceManager.cs (1)
30throw new ArgumentException(AtlasWeb.AppService_MultiplePaths);
UI\AsyncPostBackTrigger.cs (4)
81throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 85throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, Owner.ID)); 104throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.AsyncPostBackTrigger_CannotFindEvent, eventName, ControlID, Owner.ID)); 112throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.AsyncPostBackTrigger_InvalidEvent, eventName, ControlID, Owner.ID));
UI\CompositeScriptReference.cs (1)
117AtlasWeb.ScriptReference_ResourceRequiresAjaxAssembly, resourceName, resourceAssembly));
UI\ExtenderControl.cs (6)
47throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 59throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 64AtlasWeb.Common_ScriptManagerRequired, ID)); 127AtlasWeb.ExtenderControl_TargetControlIDEmpty, ID)); 133AtlasWeb.ExtenderControl_TargetControlIDInvalid, ID, TargetControlID)); 138throw new InvalidOperationException(AtlasWeb.ExtenderControl_TargetControlDifferentUpdatePanel);
UI\PageRequestManager.cs (6)
226return new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptManager_InvalidControlRegistration, control.ID)); 580throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptManager_CannotRegisterBothPostBacks, control.ID)); 597throw new InvalidOperationException(AtlasWeb.PageRequestManager_RegisterDataItemInNonAsyncRequest); 607AtlasWeb.PageRequestManager_RegisterDataItemTwice, 627throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptManager_CannotRegisterBothPostBacks, control.ID)); 918throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptManager_UpdatePanelNotRegistered, updatePanel.ID), "updatePanel");
UI\PostBackTrigger.cs (2)
47throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 51throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, Owner.ID));
UI\ProfileServiceManager.cs (2)
107throw new InvalidOperationException(AtlasWeb.ProfileServiceManager_LoadProperitesWithNonDefaultPath); 204throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, AtlasWeb.AppService_UnknownProfileProperty, fullPropertyName));
UI\ResourceCategoryAttribute.cs (2)
31localizedValue = AtlasWeb.ResourceManager.GetString("Category_" + value, AtlasWeb.Culture);
UI\ResourceDefaultValueAttribute.cs (2)
38object value = AtlasWeb.ResourceManager.GetString(baseValue, AtlasWeb.Culture);
UI\ResourceDescriptionAttribute.cs (2)
26DescriptionValue = AtlasWeb.ResourceManager.GetString(_descriptionResourceName, AtlasWeb.Culture);
UI\ResourceDisplayNameAttribute.cs (2)
32DisplayNameValue = AtlasWeb.ResourceManager.GetString(_displayNameResourceName, AtlasWeb.Culture);
UI\RoleServiceManager.cs (1)
94throw new InvalidOperationException(AtlasWeb.RoleServiceManager_LoadRolesWithNonDefaultPath);
UI\ScriptComponentDescriptor.cs (9)
33throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "type"); 42throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "elementID"); 114throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "value"); 123throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "componentID"); 131throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "elementID"); 138throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "name"); 141throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "handler"); 152throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "name"); 160throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "script");
UI\ScriptControl.cs (3)
39throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 51throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 56AtlasWeb.Common_ScriptManagerRequired, ID));
UI\ScriptControlDescriptor.cs (1)
43String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptControlDescriptor_IDNotSettable,
UI\ScriptControlManager.cs (10)
150throw new InvalidOperationException(AtlasWeb.ScriptControlManager_RegisterExtenderControlTooEarly); 153throw new InvalidOperationException(AtlasWeb.ScriptControlManager_RegisterExtenderControlTooLate); 173throw new InvalidOperationException(AtlasWeb.ScriptControlManager_RegisterScriptControlTooEarly); 176throw new InvalidOperationException(AtlasWeb.ScriptControlManager_RegisterScriptControlTooLate); 195AtlasWeb.Common_ArgumentInvalidType, 204AtlasWeb.ScriptControlManager_ExtenderControlNotRegistered, 231AtlasWeb.Common_ArgumentInvalidType, 241AtlasWeb.ScriptControlManager_ScriptControlNotRegistered, 300AtlasWeb.ScriptControlManager_NoTargetControlTypes, 312AtlasWeb.ScriptControlManager_TargetControlTypeInvalid,
UI\ScriptManager.cs (17)
396throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotChangeEnableCdn); 413throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotChangeEnableCdnFallback); 430throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotChangeEnableHistory); 450throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotChangeAjaxFrameworkMode); 481throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotChangeEnablePartialRendering); 498throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotChangeEnableScriptGlobalization); 614throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 814throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotSetSupportsPartialRenderingWhenDisabled); 817throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotChangeSupportsPartialRendering); 929HttpUtility.JavaScriptStringEncode(AtlasWeb.ScriptManager_FrameworkFailedToLoad) + 1262String.Format(CultureInfo.CurrentUICulture, AtlasWeb.ScriptManager_MustHaveGreaterVersion, 1271throw new InvalidOperationException(AtlasWeb.ScriptManager_OnlyOneScriptManager); 1339throw new InvalidOperationException(AtlasWeb.ScriptManager_AsyncPostBackNotInPartialRenderingMode); 1385throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotAddHistoryPointWithHistoryDisabled); 1388throw new InvalidOperationException(AtlasWeb.ScriptManager_CannotAddHistoryPointOutsideOfAsyncPostBack); 1903AtlasWeb.ScriptManager_CannotRegisterScriptInMultipleCompositeReferences); 2033IPage.Title = AtlasWeb.ScriptManager_PageUntitled;
UI\ScriptManagerProxy.cs (2)
147throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 151throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID));
UI\ScriptReference.cs (4)
244String.Format(CultureInfo.CurrentUICulture, AtlasWeb.ScriptReference_InvalidReleaseScriptName, releaseName)); 335throw new InvalidOperationException(AtlasWeb.ScriptReference_NameAndPathCannotBeEmpty); 339throw new InvalidOperationException(AtlasWeb.ScriptReference_AssemblyRequiresName); 356AtlasWeb.ScriptReference_ResourceRequiresAjaxAssembly, EffectiveResourceName, GetAssembly(scriptManager)));
UI\ScriptReferenceBase.cs (1)
179String.Format(CultureInfo.CurrentUICulture, AtlasWeb.ScriptReference_InvalidReleaseScriptPath, pathWithoutQuery));
UI\ScriptRegistrationManager.cs (13)
126throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_InvalidChars, entry.Type.FullName, entry.Key, tweenSpace)); 175throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 192throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 215throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 236throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 250throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 283throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 338throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 360throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 380throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 403throw new ArgumentException(AtlasWeb.ScriptRegistrationManager_ControlNotOnPage, "control"); 674throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_NoCloseTag, activeRegistration.Type.FullName, activeRegistration.Key)); 716throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptRegistrationManager_NoTags, activeRegistration.Type.FullName, activeRegistration.Key));
UI\ScriptResourceAttribute.cs (4)
43throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "scriptName"); 129AtlasWeb.ScriptResourceHandler_UnknownResource, 168throw new HttpException(AtlasWeb.ScriptResourceHandler_InvalidRequest); 197AtlasWeb.ScriptResourceHandler_TypeNameMismatch,
UI\ScriptResourceInfo.cs (1)
107AtlasWeb.ScriptResourceHandler_DuplicateScriptResources,
UI\ScriptResourceMapping.cs (5)
20throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "name"); 26throw new ArgumentException(AtlasWeb.ScriptResourceDefinition_NameAndPathCannotBeEmpty, "definition"); 46String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptResourceDefinition_InvalidPath, path)); 56throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "name"); 84throw new ArgumentException(AtlasWeb.Common_NullOrEmpty, "name");
UI\ServiceReference.cs (2)
74String.Format(CultureInfo.InvariantCulture, AtlasWeb.WebService_InvalidInlineVirtualPath, serviceUrl)); 92throw new InvalidOperationException(AtlasWeb.ServiceReference_PathCannotBeEmpty);
UI\Timer.cs (4)
40throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 79throw new ArgumentOutOfRangeException("value", AtlasWeb.Timer_IntervalMustBeGreaterThanZero); 94throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 98throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID));
UI\UpdatePanel.cs (13)
102throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotSetContentTemplate, ID)); 150throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 192throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 196throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID)); 353throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_ChildrenTriggersAndUpdateAlways, ID)); 432throw new InvalidOperationException(AtlasWeb.UpdatePanel_SetPartialRenderingModeCalledOnce); 441throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_UpdateConditional, ID)); 445throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_UpdateTooLate, ID)); 472throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID)); 476throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID)); 480throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID)); 495throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID)); 502throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID));
UI\UpdatePanelControlTrigger.cs (2)
40throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanelControlTrigger_NoControlID, Owner.ID)); 44throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanelControlTrigger_ControlNotFound, ControlID, Owner.ID));
UI\UpdateProgress.cs (3)
90throw new ArgumentOutOfRangeException(AtlasWeb.UpdateProgress_DisplayAfterInvalid); 128throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID)); 198throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdateProgress_NoUpdatePanel, AssociatedUpdatePanelID));
UI\WebControls\DataPager.cs (7)
138throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 295throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.DataPager_PageableItemContainerNotFound, PagedControlID)); 299throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.DataPager_ControlIsntPageable, PagedControlID)); 310throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.DataPager_NoNamingContainer, ID)); 394throw new InvalidOperationException(AtlasWeb.DataPager_NoPageableItemContainer); 484throw new InvalidOperationException(AtlasWeb.DataPager_NoPageableItemContainer); 594throw new InvalidOperationException(AtlasWeb.DataPager_PagePropertiesCannotBeSet);
UI\WebControls\DataPagerFieldCollection.cs (2)
98throw new ArgumentOutOfRangeException(AtlasWeb.PagerFieldCollection_InvalidTypeIndex); 181throw new ArgumentException(AtlasWeb.PagerFieldCollection_InvalidType);
UI\WebControls\DataSourceHelper.cs (3)
118AtlasWeb.LinqDataSourceView_CannotConvertType, paramName, typeof(string).FullName, 123AtlasWeb.LinqDataSourceView_CannotConvertType, paramName, typeof(string).FullName, 190AtlasWeb.LinqDataSourceView_CannotConvertType, paramName, paramValueType.FullName,
UI\WebControls\Dynamic.cs (49)
434return string.Format(CultureInfo.InvariantCulture, AtlasWeb.ParseException_ParseExceptionFormat, Message, position); 677throw ParseError(AtlasWeb.ExpressionParser_DuplicateIdentifier, name); 686throw ParseError(exprPos, AtlasWeb.ExpressionParser_ExpressionTypeMismatch, GetTypeName(resultType)); 687ValidateToken(TokenId.End, AtlasWeb.ExpressionParser_SyntaxError); 708ValidateToken(TokenId.End, AtlasWeb.ExpressionParser_SyntaxError); 720ValidateToken(TokenId.Colon, AtlasWeb.ExpressionParser_ColonExpected); 931throw ParseError(AtlasWeb.ExpressionParser_ExpressionExpected); 948throw ParseError(AtlasWeb.ExpressionParser_InvalidCharacterLiteral); 962throw ParseError(AtlasWeb.ExpressionParser_InvalidIntegerLiteral, text); 972throw ParseError(AtlasWeb.ExpressionParser_InvalidIntegerLiteral, text); 993if (value == null) throw ParseError(AtlasWeb.ExpressionParser_InvalidRealLiteral, text); 1006ValidateToken(TokenId.OpenParen, AtlasWeb.ExpressionParser_OpenParenExpected); 1009ValidateToken(TokenId.CloseParen, AtlasWeb.ExpressionParser_CloseParenOrOperatorExpected); 1039throw ParseError(AtlasWeb.ExpressionParser_UnknownIdentifier, token.text); 1044throw ParseError(AtlasWeb.ExpressionParser_NoItInScope); 1054throw ParseError(errorPos, AtlasWeb.ExpressionParser_IifRequiresThreeArgs); 1060throw ParseError(errorPos, AtlasWeb.ExpressionParser_FirstExprMustBeBool); 1074throw ParseError(errorPos, AtlasWeb.ExpressionParser_BothTypesConvertToOther, type1, type2); 1075throw ParseError(errorPos, AtlasWeb.ExpressionParser_NeitherTypeConvertsToOther, type1, type2); 1083ValidateToken(TokenId.OpenParen, AtlasWeb.ExpressionParser_OpenParenExpected); 1098if (me == null) throw ParseError(exprPos, AtlasWeb.ExpressionParser_MissingAsClause); 1106ValidateToken(TokenId.CloseParen, AtlasWeb.ExpressionParser_CloseParenOrCommaExpected); 1121throw ParseError(errorPos, AtlasWeb.ExpressionParser_ArgsIncompatibleWithLambda); 1130throw ParseError(errorPos, AtlasWeb.ExpressionParser_TypeHasNoNullableForm, GetTypeName(type)); 1141throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoMatchingConstructor, GetTypeName(type)); 1145throw ParseError(errorPos, AtlasWeb.ExpressionParser_AmbiguousConstructorInvocation, GetTypeName(type)); 1148ValidateToken(TokenId.Dot, AtlasWeb.ExpressionParser_DotOrOpenParenExpected); 1167throw ParseError(errorPos, AtlasWeb.ExpressionParser_CannotConvertValue, 1188throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoApplicableMethod, 1193throw ParseError(errorPos, AtlasWeb.ExpressionParser_MethodsAreInaccessible, GetTypeName(method.DeclaringType)); 1195throw ParseError(errorPos, AtlasWeb.ExpressionParser_MethodIsVoid, 1199throw ParseError(errorPos, AtlasWeb.ExpressionParser_AmbiguousMethodInvocation, 1206throw ParseError(errorPos, AtlasWeb.ExpressionParser_UnknownPropertyOrField, 1236throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoApplicableAggregate, methodName); 1254ValidateToken(TokenId.OpenParen, AtlasWeb.ExpressionParser_OpenParenExpected); 1257ValidateToken(TokenId.CloseParen, AtlasWeb.ExpressionParser_CloseParenOrCommaExpected); 1274ValidateToken(TokenId.OpenBracket, AtlasWeb.ExpressionParser_OpenParenExpected); 1277ValidateToken(TokenId.CloseBracket, AtlasWeb.ExpressionParser_CloseBracketOrCommaExpected); 1281throw ParseError(errorPos, AtlasWeb.ExpressionParser_CannotIndexMultipleDimensionalArray); 1284throw ParseError(errorPos, AtlasWeb.ExpressionParser_InvalidIndex); 1293throw ParseError(errorPos, AtlasWeb.ExpressionParser_NoApplicableIndexer, 1298throw ParseError(errorPos, AtlasWeb.ExpressionParser_AmbiguousIndexerInvocation, 1368throw ParseError(errorPos, AtlasWeb.ExpressionParser_IncompatibleOperand, 1383return ParseError(pos, AtlasWeb.ExpressionParser_IncompatibleOperands, 1946throw ParseError(textPos, AtlasWeb.ExpressionParser_UnterminatedStringLiteral); 1988throw ParseError(textPos, AtlasWeb.ExpressionParser_InvalidCharacter, ch); 2029ValidateToken(TokenId.Identifier, AtlasWeb.ExpressionParser_IdentifierExpected); 2036if (!Char.IsDigit(ch)) throw ParseError(textPos, AtlasWeb.ExpressionParser_DigitExpected); 2044if (token.id != t) throw ParseError(AtlasWeb.ExpressionParser_SyntaxError);
UI\WebControls\Expressions\MethodExpression.cs (7)
76throw new InvalidOperationException(AtlasWeb.MethodExpression_MethodNameMustBeSpecified); 87throw new InvalidOperationException(AtlasWeb.MethodExpression_DataSourceMustBeIDynamicDataSource); 122AtlasWeb.MethodExpression_MethodNotFound, MethodName)); 127AtlasWeb.MethodExpression_MethodMustBeStatic, MethodName)); 132throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.MethodExpression_FirstParamterMustBeCorrectType, 144AtlasWeb.MethodExpression_ParameterNotFound, MethodName, param.Name)); 157throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.MethodExpression_ChangingTheReturnTypeIsNotAllowed,
UI\WebControls\Expressions\OfTypeExpression.cs (2)
60AtlasWeb.OfTypeExpression_TypeNameNotSpecified, 67AtlasWeb.OfTypeExpression_CannotFindType,
UI\WebControls\Expressions\OrderByExpression.cs (1)
58throw new InvalidOperationException(AtlasWeb.Expressions_DataFieldRequired);
UI\WebControls\Expressions\RangeExpression.cs (4)
54throw new InvalidOperationException(AtlasWeb.Expressions_DataFieldRequired); 62throw new InvalidOperationException(AtlasWeb.RangeExpression_RangeTypeMustBeSpecified); 70throw new InvalidOperationException(AtlasWeb.RangeExpression_MinimumValueRequired); 80throw new InvalidOperationException(AtlasWeb.RangeExpression_MaximumValueRequired);
UI\WebControls\Expressions\SearchExpression.cs (2)
48throw new InvalidOperationException(AtlasWeb.Expressions_DataFieldRequired); 54throw new InvalidOperationException(AtlasWeb.SearchExpression_ParameterRequired);
UI\WebControls\LinqDataSourceValidationException.cs (1)
24public LinqDataSourceValidationException() : base(AtlasWeb.LinqDataSourceValidationException_ValidationFailed) {
UI\WebControls\LinqDataSourceView.cs (18)
114AtlasWeb.LinqDataSourceView_ContextTypeNameNotSpecified, _owner.ID)); 121AtlasWeb.LinqDataSourceView_ContextTypeNameNotFound, _owner.ID), e); 136AtlasWeb.LinqDataSourceView_ContextTypeNameChanged, _owner.ID)); 177AtlasWeb.LinqDataSourceView_EnableObjectTrackingChanged, _owner.ID)); 216AtlasWeb.LinqDataSourceView_TableNameChanged, _owner.ID)); 360AtlasWeb.LinqDataSourceView_TableCannotBeStatic, TableName, contextType.Name, _owner.ID)); 387AtlasWeb.LinqDataSourceView_TableNameNotFound, TableName, contextType.Name, _owner.ID)); 611AtlasWeb.LinqDataSourceView_TableNameNotSpecified, _owner.ID)); 636AtlasWeb.LinqDataSourceView_ValidationFailed, 886AtlasWeb.LinqDataSourceView_ValidationFailed, oldDataObject.GetType(), validateExceptions.Values.First().Message), validateExceptions); 923AtlasWeb.LinqDataSourceView_InvalidContextType, _owner.ID)); 930AtlasWeb.LinqDataSourceView_DeleteNotSupported, _owner.ID)); 938AtlasWeb.LinqDataSourceView_GroupByNotSupportedOnEdit, _owner.ID)); 942AtlasWeb.LinqDataSourceView_SelectNewNotSupportedOnEdit, _owner.ID)); 949AtlasWeb.LinqDataSourceView_InsertNotSupported, _owner.ID)); 954AtlasWeb.LinqDataSourceView_InsertRequiresValues, _owner.ID)); 962AtlasWeb.LinqDataSourceView_InvalidTablePropertyType, _owner.ID)); 970AtlasWeb.LinqDataSourceView_UpdateNotSupported, _owner.ID));
UI\WebControls\ListView.cs (47)
131throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 163throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 179throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 196throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 213throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 268throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 513throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 533throw new ArgumentOutOfRangeException("value", String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_ContainerNameMustNotBeEmpty, "GroupPlaceholderID")); 601throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 669throw new ArgumentOutOfRangeException("value", String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_ContainerNameMustNotBeEmpty, "ItemPlaceholderID")); 785throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_DataKeyNamesMustBeSpecified, ID)); 931throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 947throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 978throw new NotSupportedException(AtlasWeb.ListView_StylePropertiesNotSupported); 1455throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 1478throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NeedICollectionOrTotalRowCount, GetType().Name)); 1506throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_Missing_VirtualItemCount, ID)); 1511throw new InvalidOperationException(AtlasWeb.ListView_DataSourceMustBeCollectionWhenNotDataBinding); 1530throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_GroupItemCountNoGroupTemplate, ID, GroupPlaceholderID)); 1563throw new NotSupportedException(AtlasWeb.ListView_StyleNotSupported); 1617throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_InsertTemplateRequired, ID)); 2011throw new InvalidOperationException(AtlasWeb.ListView_ItemsNotDataItems); 2125throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NoItemPlaceholder, ID, ItemPlaceholderID)); 2131throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NoGroupPlaceholder, ID, GroupPlaceholderID)); 2157throw new InvalidOperationException(AtlasWeb.ListView_InvalidCancel); 2182throw new InvalidOperationException(AtlasWeb.ListView_InvalidDelete); 2191throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2266throw new InvalidOperationException(AtlasWeb.ListView_InvalidEdit); 2336throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2349throw new InvalidOperationException(AtlasWeb.ListView_InvalidCommand); 2388throw new InvalidOperationException(AtlasWeb.ListView_InvalidInsert); 2399throw new InvalidOperationException(AtlasWeb.ListView_NoInsertItem); 2408throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2459throw new InvalidOperationException(AtlasWeb.ListView_InvalidSelect); 2497throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2514throw new InvalidOperationException(AtlasWeb.ListView_InvalidUpdate); 2527throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2647throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_ItemTemplateRequired, ID)); 2840throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemCanceling")); 2910throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemDeleting")); 2926throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemEditing")); 2953throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemInserting")); 2978throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemUpdating")); 3049throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "SelectedIndexChanging")); 3076throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "Sorting")); 3123throw new InvalidOperationException(AtlasWeb.ListView_PersistedSelectionRequiresDataKeysNames); 3281throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_DataSourceDoesntSupportPaging, DataSourceID));
UI\WebControls\ListViewPagedDataSource.cs (3)
112throw new InvalidOperationException(AtlasWeb.ListViewPagedDataSource_CannotGetCount); 369throw new InvalidOperationException(AtlasWeb.ListViewPagedDataSource_EnumeratorMoveNextNotCalled); 409throw new InvalidOperationException(AtlasWeb.ListViewPagedDataSource_EnumeratorMoveNextNotCalled);
UI\WebControls\NextPreviousPagerField.cs (4)
122return AtlasWeb.NextPrevPagerField_DefaultFirstPageText; 169return AtlasWeb.NextPrevPagerField_DefaultLastPageText; 216return AtlasWeb.NextPrevPagerField_DefaultNextPageText; 263return AtlasWeb.NextPrevPagerField_DefaultPreviousPageText;
UI\WebControls\NumericPagerField.cs (2)
134return AtlasWeb.NumericPagerField_DefaultNextPageText; 225return AtlasWeb.NumericPagerField_DefaultPreviousPageText;
UI\WebControls\QueryableDataSource.cs (2)
53throw new InvalidOperationException(AtlasWeb.Common_PageCannotBeNull); 78AtlasWeb.LinqDataSource_InvalidViewName, ID, DefaultViewName), "viewName");
UI\WebControls\QueryableDataSourceHelper.cs (4)
123AtlasWeb.LinqDataSourceView_ParametersMustBeNamed, owner.ID)); 140AtlasWeb.LinqDataSourceView_ParametersMustBeNamed, owner.ID)); 226AtlasWeb.LinqDataSourceView_InvalidOrderByFieldName, value, name)); 233AtlasWeb.LinqDataSourceView_InvalidParameterName, name, owner.ID));
UI\WebControls\QueryableDataSourceView.cs (5)
403AtlasWeb.LinqDataSourceView_WhereAlreadySpecified, _owner.ID)); 414AtlasWeb.LinqDataSourceView_OrderByAlreadySpecified, _owner.ID)); 427AtlasWeb.LinqDataSourceView_OrderGroupsByRequiresGroupBy, _owner.ID)); 469AtlasWeb.LinqDataSourceView_PagingNotHandled, _owner.ID)); 566throw new InvalidOperationException(AtlasWeb.LinqDataSourceView_OriginalValuesNotFound);
UI\WebControls\QueryExtender.cs (2)
38throw new InvalidOperationException(AtlasWeb.DataSourceControlExtender_TargetControlIDMustBeSpecified); 45AtlasWeb.QueryExtender_DataSourceMustBeIQueryableDataSource,
UI\WebControls\TemplatePagerField.cs (1)
119throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.TemplatePagerField_UnhandledEvent, "PagerCommand"));
UI\WebResourceUtil.cs (4)
53AtlasWeb.WebResourceUtil_AssemblyDoesNotContainEmbeddedResource, 83AtlasWeb.WebResourceUtil_SystemWebExtensionsDoesNotContainReleaseWebResource, 89AtlasWeb.WebResourceUtil_AssemblyDoesNotContainReleaseWebResource, 102AtlasWeb.WebResourceUtil_AssemblyDoesNotContainDebugWebResource,