Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Data / System / Data / CodeGen / StrongTypingException.cs / 1 / StrongTypingException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Data; using System.Runtime.Serialization; ////// [Serializable] #if WINFSInternalOnly internal #else public #endif class StrongTypingException : DataException { protected StrongTypingException(SerializationInfo info, StreamingContext context) : base(info, context) { } ///DEV: The exception that is throwing from strong typed DataSet when user access to DBNull value. ////// public StrongTypingException() : base() { HResult = HResults.StrongTyping; } public StrongTypingException(string message) : base(message) { HResult = HResults.StrongTyping; } ///[To be supplied.] ////// public StrongTypingException(string s, Exception innerException) : base(s, innerException) { HResult = HResults.StrongTyping; } } ///[To be supplied.] ////// [Serializable] #if WINFSInternalOnly internal #else public #endif class TypedDataSetGeneratorException : DataException { private ArrayList errorList; private string KEY_ARRAYCOUNT = "KEY_ARRAYCOUNT"; private string KEY_ARRAYVALUES = "KEY_ARRAYVALUES"; protected TypedDataSetGeneratorException(SerializationInfo info, StreamingContext context) : base(info, context) { int count = (int) info.GetValue(KEY_ARRAYCOUNT, typeof(System.Int32)); if (count > 0) { errorList = new ArrayList(); for (int i = 0; i < count; i++) { errorList.Add(info.GetValue(KEY_ARRAYVALUES + i, typeof(System.String))); } } else errorList = null; } ///DEV: The exception that is throwing in generating strong typed DataSet when name conflict happens. ////// public TypedDataSetGeneratorException() : base() { errorList = null; HResult = HResults.StrongTyping; } public TypedDataSetGeneratorException(string message) : base(message) { HResult = HResults.StrongTyping; } public TypedDataSetGeneratorException(string message, Exception innerException) : base(message, innerException) { HResult = HResults.StrongTyping; } ///[To be supplied.] ////// public TypedDataSetGeneratorException(ArrayList list) : this() { errorList = list; HResult = HResults.StrongTyping; } ///[To be supplied.] ////// public ArrayList ErrorList { get { return errorList; } } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)] public override void GetObjectData(SerializationInfo info, StreamingContext context) { base.GetObjectData(info, context); if (errorList != null) { info.AddValue(KEY_ARRAYCOUNT, errorList.Count); for (int i = 0; i < errorList.Count; i++) { info.AddValue(KEY_ARRAYVALUES + i, errorList[i].ToString()); } } else { info.AddValue(KEY_ARRAYCOUNT, 0); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Data; using System.Runtime.Serialization; ////// [Serializable] #if WINFSInternalOnly internal #else public #endif class StrongTypingException : DataException { protected StrongTypingException(SerializationInfo info, StreamingContext context) : base(info, context) { } ///DEV: The exception that is throwing from strong typed DataSet when user access to DBNull value. ////// public StrongTypingException() : base() { HResult = HResults.StrongTyping; } public StrongTypingException(string message) : base(message) { HResult = HResults.StrongTyping; } ///[To be supplied.] ////// public StrongTypingException(string s, Exception innerException) : base(s, innerException) { HResult = HResults.StrongTyping; } } ///[To be supplied.] ////// [Serializable] #if WINFSInternalOnly internal #else public #endif class TypedDataSetGeneratorException : DataException { private ArrayList errorList; private string KEY_ARRAYCOUNT = "KEY_ARRAYCOUNT"; private string KEY_ARRAYVALUES = "KEY_ARRAYVALUES"; protected TypedDataSetGeneratorException(SerializationInfo info, StreamingContext context) : base(info, context) { int count = (int) info.GetValue(KEY_ARRAYCOUNT, typeof(System.Int32)); if (count > 0) { errorList = new ArrayList(); for (int i = 0; i < count; i++) { errorList.Add(info.GetValue(KEY_ARRAYVALUES + i, typeof(System.String))); } } else errorList = null; } ///DEV: The exception that is throwing in generating strong typed DataSet when name conflict happens. ////// public TypedDataSetGeneratorException() : base() { errorList = null; HResult = HResults.StrongTyping; } public TypedDataSetGeneratorException(string message) : base(message) { HResult = HResults.StrongTyping; } public TypedDataSetGeneratorException(string message, Exception innerException) : base(message, innerException) { HResult = HResults.StrongTyping; } ///[To be supplied.] ////// public TypedDataSetGeneratorException(ArrayList list) : this() { errorList = list; HResult = HResults.StrongTyping; } ///[To be supplied.] ////// public ArrayList ErrorList { get { return errorList; } } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)] public override void GetObjectData(SerializationInfo info, StreamingContext context) { base.GetObjectData(info, context); if (errorList != null) { info.AddValue(KEY_ARRAYCOUNT, errorList.Count); for (int i = 0; i < errorList.Count; i++) { info.AddValue(KEY_ARRAYVALUES + i, errorList[i].ToString()); } } else { info.AddValue(KEY_ARRAYCOUNT, 0); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QueryCursorEventArgs.cs
- LogicalTreeHelper.cs
- CompositionAdorner.cs
- SQLDoubleStorage.cs
- WebPartExportVerb.cs
- Rule.cs
- ConfigurationSectionHelper.cs
- CompositionAdorner.cs
- TextWriterEngine.cs
- AuthenticationSection.cs
- LogAppendAsyncResult.cs
- Matrix3D.cs
- SoapCodeExporter.cs
- MachineKeyConverter.cs
- CompositeScriptReferenceEventArgs.cs
- LogSwitch.cs
- DataGridViewIntLinkedList.cs
- AuthenticationService.cs
- safePerfProviderHandle.cs
- UrlPath.cs
- SendKeys.cs
- XPathNodeHelper.cs
- StructuredProperty.cs
- NameScope.cs
- StreamingContext.cs
- BinaryConverter.cs
- XmlQuerySequence.cs
- TextTreeTextNode.cs
- BasicKeyConstraint.cs
- ArrayElementGridEntry.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- UrlPath.cs
- TypefaceMetricsCache.cs
- MatrixKeyFrameCollection.cs
- LogExtentCollection.cs
- CompilerGeneratedAttribute.cs
- EntityProviderServices.cs
- VarRemapper.cs
- SqlRewriteScalarSubqueries.cs
- CatalogZoneBase.cs
- NonDualMessageSecurityOverHttp.cs
- DataExpression.cs
- FieldDescriptor.cs
- unitconverter.cs
- Or.cs
- FrameworkTemplate.cs
- StylusPointPropertyId.cs
- CharEnumerator.cs
- Renderer.cs
- HwndHostAutomationPeer.cs
- WindowsImpersonationContext.cs
- DynamicDiscoSearcher.cs
- PageEventArgs.cs
- TreeViewTemplateSelector.cs
- SetStoryboardSpeedRatio.cs
- Schedule.cs
- FolderBrowserDialogDesigner.cs
- MasterPageCodeDomTreeGenerator.cs
- TextEditorContextMenu.cs
- Domain.cs
- CommandID.cs
- RoleManagerSection.cs
- LogStore.cs
- RawTextInputReport.cs
- ListItemCollection.cs
- OLEDB_Enum.cs
- NCryptSafeHandles.cs
- WriteableBitmap.cs
- VisualStyleInformation.cs
- DefaultMemberAttribute.cs
- DesignerTextWriter.cs
- InvokePatternIdentifiers.cs
- CachedResourceDictionaryExtension.cs
- HostingEnvironmentException.cs
- CharacterBuffer.cs
- QueryConverter.cs
- HebrewNumber.cs
- ResourcePart.cs
- OutKeywords.cs
- cryptoapiTransform.cs
- MatrixTransform3D.cs
- PerformanceCountersElement.cs
- RequestContext.cs
- MessageContractImporter.cs
- AdCreatedEventArgs.cs
- PathSegmentCollection.cs
- XsdDuration.cs
- SimpleWorkerRequest.cs
- XmlLoader.cs
- OracleLob.cs
- WebPartConnectionCollection.cs
- SplitterCancelEvent.cs
- QilCloneVisitor.cs
- ChannelAcceptor.cs
- Mappings.cs
- WorkingDirectoryEditor.cs
- JsonGlobals.cs
- WindowInteropHelper.cs
- BaseTemplatedMobileComponentEditor.cs
- TreeNodeBindingCollection.cs