Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / OverflowException.cs / 1 / OverflowException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: OverflowException ** ** ** Purpose: Exception class for Arthimatic Overflows. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class OverflowException : ArithmeticException { public OverflowException() : base(Environment.GetResourceString("Arg_OverflowException")) { SetErrorCode(__HResults.COR_E_OVERFLOW); } public OverflowException(String message) : base(message) { SetErrorCode(__HResults.COR_E_OVERFLOW); } public OverflowException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_OVERFLOW); } protected OverflowException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: OverflowException ** ** ** Purpose: Exception class for Arthimatic Overflows. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class OverflowException : ArithmeticException { public OverflowException() : base(Environment.GetResourceString("Arg_OverflowException")) { SetErrorCode(__HResults.COR_E_OVERFLOW); } public OverflowException(String message) : base(message) { SetErrorCode(__HResults.COR_E_OVERFLOW); } public OverflowException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_OVERFLOW); } protected OverflowException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EditorZoneAutoFormat.cs
- Trigger.cs
- entitydatasourceentitysetnameconverter.cs
- SmtpNetworkElement.cs
- ModuleElement.cs
- OdbcParameterCollection.cs
- GridLength.cs
- HttpCapabilitiesBase.cs
- _HeaderInfo.cs
- TemplateControlParser.cs
- GridPattern.cs
- mongolianshape.cs
- PrinterSettings.cs
- CompareValidator.cs
- ControlTemplate.cs
- IndentedWriter.cs
- ActivityWithResultWrapper.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- CodeTypeConstructor.cs
- LassoSelectionBehavior.cs
- BooleanAnimationUsingKeyFrames.cs
- SQLRoleProvider.cs
- Clipboard.cs
- WebPartDescriptionCollection.cs
- AuthenticationModuleElementCollection.cs
- EdmMember.cs
- PolygonHotSpot.cs
- DefaultMemberAttribute.cs
- SafeNativeMethodsMilCoreApi.cs
- Polygon.cs
- ValidationSummaryDesigner.cs
- SymDocumentType.cs
- ActivityDesignerResources.cs
- TypedTableBase.cs
- EnvelopedPkcs7.cs
- TextPointerBase.cs
- DesignBindingPicker.cs
- xmlsaver.cs
- Substitution.cs
- CheckBoxFlatAdapter.cs
- OleDbRowUpdatingEvent.cs
- ParagraphResult.cs
- OracleDataAdapter.cs
- OleDbConnectionFactory.cs
- Ray3DHitTestResult.cs
- TypeResolver.cs
- HttpRuntimeSection.cs
- FacetValues.cs
- ShaperBuffers.cs
- DescriptionAttribute.cs
- ErrorBehavior.cs
- TreeIterator.cs
- Control.cs
- GcSettings.cs
- BindingUtils.cs
- SmiMetaData.cs
- Crc32Helper.cs
- Translator.cs
- WebScriptEnablingBehavior.cs
- BitmapEditor.cs
- DataGridItem.cs
- ToolStripItem.cs
- DoubleAnimationBase.cs
- TargetPerspective.cs
- DependencyObjectPropertyDescriptor.cs
- OdbcCommand.cs
- UTF8Encoding.cs
- SecurityDescriptor.cs
- SamlAudienceRestrictionCondition.cs
- PlainXmlDeserializer.cs
- ValueType.cs
- MimeParameters.cs
- SqlRecordBuffer.cs
- LayoutEvent.cs
- CodeObject.cs
- KnownIds.cs
- ConfigurationException.cs
- FrameDimension.cs
- LiteralControl.cs
- MetaType.cs
- ZipIOCentralDirectoryFileHeader.cs
- _ListenerAsyncResult.cs
- WebPartCollection.cs
- DataSourceUtil.cs
- SizeKeyFrameCollection.cs
- DmlSqlGenerator.cs
- xml.cs
- DocumentXmlWriter.cs
- DrawingContextDrawingContextWalker.cs
- ServicePointManager.cs
- InternalRelationshipCollection.cs
- AutomationPeer.cs
- ServiceOperationParameter.cs
- DefaultMemberAttribute.cs
- WsdlInspector.cs
- InProcStateClientManager.cs
- BindingParameterCollection.cs
- FileLevelControlBuilderAttribute.cs
- BackStopAuthenticationModule.cs
- InnerItemCollectionView.cs