Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZipIOExtraFieldZip64Element.cs
- FaultContext.cs
- ObjectHandle.cs
- CultureInfoConverter.cs
- COAUTHIDENTITY.cs
- LeaseManager.cs
- CodeParameterDeclarationExpression.cs
- XmlFormatExtensionPointAttribute.cs
- HttpBrowserCapabilitiesBase.cs
- FieldBuilder.cs
- XPathNavigatorKeyComparer.cs
- BrowserCapabilitiesFactoryBase.cs
- WindowsButton.cs
- SafeNativeMethodsCLR.cs
- Tuple.cs
- DataGridViewAccessibleObject.cs
- Reference.cs
- TrackingProfileDeserializationException.cs
- EventEntry.cs
- DefaultDialogButtons.cs
- HttpListenerRequest.cs
- CodeExporter.cs
- SecurityDescriptor.cs
- Control.cs
- NotSupportedException.cs
- RelationshipSet.cs
- ListViewInsertedEventArgs.cs
- DataGridViewCellCollection.cs
- DataGridViewTopRowAccessibleObject.cs
- Int16Storage.cs
- TypefaceMap.cs
- ConfigXmlWhitespace.cs
- CompareValidator.cs
- CaseInsensitiveOrdinalStringComparer.cs
- DataGridViewCellConverter.cs
- SymmetricKeyWrap.cs
- ScriptServiceAttribute.cs
- OrderPreservingPipeliningSpoolingTask.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- RectKeyFrameCollection.cs
- InputProcessorProfilesLoader.cs
- ApplicationInfo.cs
- ArrangedElementCollection.cs
- UpdateException.cs
- ListDataBindEventArgs.cs
- DBDataPermissionAttribute.cs
- NameValuePermission.cs
- SelectionRange.cs
- OrthographicCamera.cs
- WeakHashtable.cs
- NativeMethods.cs
- IntegerValidator.cs
- DesignerRegionCollection.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- WebServiceMethodData.cs
- IssuedSecurityTokenProvider.cs
- ErrorFormatter.cs
- MissingManifestResourceException.cs
- DeviceContext2.cs
- FaultDesigner.cs
- StylusTip.cs
- XmlSchemaSimpleTypeRestriction.cs
- TailCallAnalyzer.cs
- DataSourceControlBuilder.cs
- BackgroundWorker.cs
- RequiredAttributeAttribute.cs
- dataprotectionpermission.cs
- WebPartMinimizeVerb.cs
- DocumentSchemaValidator.cs
- LinkedList.cs
- TextElement.cs
- XsdBuildProvider.cs
- SearchForVirtualItemEventArgs.cs
- MetadataArtifactLoaderCompositeResource.cs
- InternalConfigHost.cs
- ClassicBorderDecorator.cs
- XmlDigitalSignatureProcessor.cs
- ViewKeyConstraint.cs
- XmlRawWriter.cs
- NetworkCredential.cs
- WebConfigurationManager.cs
- BasicExpressionVisitor.cs
- FileBasedResourceGroveler.cs
- xmlformatgeneratorstatics.cs
- EventLogPermissionEntry.cs
- ResolveMatchesMessage11.cs
- MsmqInputChannelListenerBase.cs
- WmlImageAdapter.cs
- InfiniteIntConverter.cs
- MetadataItem_Static.cs
- SafeEventLogWriteHandle.cs
- HitTestParameters.cs
- RichTextBoxAutomationPeer.cs
- SubMenuStyle.cs
- RowSpanVector.cs
- COM2PictureConverter.cs
- MailAddressCollection.cs
- CompositionTarget.cs
- CompilationLock.cs
- BooleanKeyFrameCollection.cs