Home
last modified time | relevance | path

Searched refs:errorCollection (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlException.cs31 _errors = errorCollection; in SqlException()
134 …static internal SqlException CreateException(SqlErrorCollection errorCollection, string serverVers… in CreateException() argument
135 return CreateException(errorCollection, serverVersion, Guid.Empty); in CreateException()
140 … var exception = CreateException(errorCollection, serverVersion, connectionId, innerException); in CreateException()
156 … Debug.Assert(null != errorCollection && errorCollection.Count > 0, "no errorCollection?"); in CreateException()
160 for (int i = 0; i < errorCollection.Count; i++) { in CreateException()
164 message.Append(errorCollection[i].Message); in CreateException()
167 …if (innerException == null && errorCollection[0].Win32ErrorCode != 0 && errorCollection[0].Win32Er… in CreateException()
168 innerException = new Win32Exception(errorCollection[0].Win32ErrorCode); in CreateException()
171 …SqlException exception = new SqlException(message.ToString(), errorCollection, innerException, con… in CreateException()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlException.cs35 _errors = errorCollection; in SqlException()
157 …internal static SqlException CreateException(SqlErrorCollection errorCollection, string serverVers… in CreateException() argument
159 return CreateException(errorCollection, serverVersion, Guid.Empty); in CreateException()
165 … var exception = CreateException(errorCollection, serverVersion, connectionId, innerException); in CreateException()
185 … Debug.Assert(null != errorCollection && errorCollection.Count > 0, "no errorCollection?"); in CreateException()
188 for (int i = 0; i < errorCollection.Count; i++) in CreateException()
194 message.Append(errorCollection[i].Message); in CreateException()
197 …if (innerException == null && errorCollection[0].Win32ErrorCode != 0 && errorCollection[0].Win32Er… in CreateException()
199 innerException = new Win32Exception(errorCollection[0].Win32ErrorCode); in CreateException()
202 …SqlException exception = new SqlException(message.ToString(), errorCollection, innerException, con… in CreateException()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/EntityModel/SchemaObjectModel/
H A DSchemaManager.cs118 var errorCollection = new List<EdmSchemaError>(); in ParseAndValidate()
150 CheckIsSameVersion(schema, schemaCollection, errorCollection); in ParseAndValidate()
155 return errorCollection; in ParseAndValidate()
177 …if (UpdateErrorCollectionAndCheckForMaxErrors(errorCollection, schema.Resolve(), ref errorEncounte… in ParseAndValidate()
179 return errorCollection; in ParseAndValidate()
191 return errorCollection; in ParseAndValidate()
197 return errorCollection; in ParseAndValidate()
280 errorCollection.Add( in CheckIsSameVersion()
372 …rivate static bool UpdateErrorCollectionAndCheckForMaxErrors(List<EdmSchemaError> errorCollection, in UpdateErrorCollectionAndCheckForMaxErrors() argument
386 errorCollection.AddRange(newErrors); in UpdateErrorCollectionAndCheckForMaxErrors()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/System.Data.SqlClient/
H A DSqlException.platformnotsupported.cs18 …static internal SqlException CreateException(SqlErrorCollection errorCollection, string serverVers… in CreateException() argument
21 …static internal SqlException CreateException(SqlErrorCollection errorCollection, string serverVers… in CreateException() argument
24 …static internal SqlException CreateException(SqlErrorCollection errorCollection, string serverVers… in CreateException() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/
H A DEdmItemCollection.cs280 var errorCollection = SchemaManager.ParseAndValidate(xmlReaders, sourceFilePaths, in LoadItems()
284 if (MetadataHelper.CheckIfAllErrorsAreWarnings(errorCollection)) in LoadItems()
289 errorCollection.Add(error); in LoadItems()
292 if (!MetadataHelper.CheckIfAllErrorsAreWarnings(errorCollection) && throwOnError) in LoadItems()
296 … throw EntityUtil.InvalidSchemaEncountered(Helper.CombineErrorMessage(errorCollection)); in LoadItems()
298 return errorCollection; in LoadItems()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/serialization/
H A DIDesignerLoaderService.cs37 void DependentLoadComplete(bool successful, ICollection errorCollection); in DependentLoadComplete() argument
H A DIDesignerLoaderHost.cs30 void EndLoad(string baseClassName, bool successful, ICollection errorCollection); in EndLoad() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/Serialization/
H A DIDesignerLoaderService.cs35 void DependentLoadComplete(bool successful, ICollection errorCollection); in DependentLoadComplete() argument
H A DIDesignerLoaderHost.cs28 void EndLoad(string baseClassName, bool successful, ICollection errorCollection); in EndLoad() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design.Serialization/
H A DBasicDesignerLoader.cs360 void IDesignerLoaderService.DependentLoadComplete (bool successful, ICollection errorCollection) in IDesignerLoaderService.DependentLoadComplete() argument
367 OnEndLoad (successful, errorCollection); in IDesignerLoaderService.DependentLoadComplete()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/
H A DStorageMappingItemCollection.cs892 …n edmItemCollection, StoreItemCollection storeItemCollection, List<EdmSchemaError> errorCollection) in CheckForDuplicateItems() argument
894 …g.Assert(edmItemCollection != null && storeItemCollection != null && errorCollection != null, "The… in CheckForDuplicateItems()
900errorCollection.Add(new EdmSchemaError(Strings.Mapping_ItemWithSameNameExistsBothInCSpaceAndSSpace… in CheckForDuplicateItems()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DDesignerHost.cs468 public void EndLoad (string rootClassName, bool successful, ICollection errorCollection) in EndLoad() argument
471 DesignerLoaderHostLoaded (this, new LoadedEventArgs (successful, errorCollection)); in EndLoad()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/api/
H A Ddeveloper_private.idl228 AccessModifier errorCollection;
312 boolean? errorCollection;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/api/
H A Ddeveloper_private.idl231 AccessModifier errorCollection;
315 boolean? errorCollection;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs1386 …oid EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection); in EndLoad() argument
1397 void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection); in DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Design.cs888 …rService.DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection) { } in System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Design.cs887 …rService.DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection) { } in System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Design.cs854 …rService.DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection) { } in System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs3904 …oid EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection); in EndLoad() argument
3915 void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection); in DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs3907 …oid EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection); in EndLoad() argument
3918 void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection); in DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs3902 …oid EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection); in EndLoad() argument
3913 void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection); in DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs3903 …oid EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection); in EndLoad() argument
3914 void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection); in DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Design.cs871 …rService.DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection) { } in System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Design.cs871 …rService.DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection) { } in System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Design.cs905 …rService.DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection) { } in System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete() argument

12