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
- MetaTableHelper.cs
- SqlDependencyListener.cs
- AtomicFile.cs
- ScriptHandlerFactory.cs
- ListMarkerLine.cs
- PopOutPanel.cs
- TextElementCollectionHelper.cs
- CalculatedColumn.cs
- CompositeTypefaceMetrics.cs
- EnterpriseServicesHelper.cs
- DesignerObject.cs
- ReadOnlyDataSourceView.cs
- ConfigXmlElement.cs
- TextWriterTraceListener.cs
- BaseCollection.cs
- TokenBasedSetEnumerator.cs
- columnmapfactory.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- PlainXmlDeserializer.cs
- TemplateKeyConverter.cs
- SqlDeflator.cs
- GridViewRowPresenter.cs
- Int64KeyFrameCollection.cs
- XsdDateTime.cs
- HttpRawResponse.cs
- ProtocolElementCollection.cs
- SystemResourceHost.cs
- WebConvert.cs
- ADMembershipUser.cs
- DiagnosticTraceSchemas.cs
- SessionStateModule.cs
- SoapEnumAttribute.cs
- SafeRightsManagementSessionHandle.cs
- ConfigurationElement.cs
- StylusPointDescription.cs
- WindowsFormsHostPropertyMap.cs
- AppSecurityManager.cs
- WebControlsSection.cs
- QilInvokeLateBound.cs
- DetailsViewDeletedEventArgs.cs
- CategoriesDocumentFormatter.cs
- ZipIOModeEnforcingStream.cs
- LinkConverter.cs
- HandledMouseEvent.cs
- CustomAttributeFormatException.cs
- DataGridViewTextBoxCell.cs
- NameValuePair.cs
- RegexCharClass.cs
- SkipStoryboardToFill.cs
- ListViewDesigner.cs
- PointCollectionValueSerializer.cs
- ValueExpressions.cs
- StringUtil.cs
- ExpressionParser.cs
- SQLRoleProvider.cs
- CompilerErrorCollection.cs
- BindStream.cs
- XmlReflectionMember.cs
- MouseWheelEventArgs.cs
- ColorTranslator.cs
- FormViewDeleteEventArgs.cs
- Property.cs
- XsdBuildProvider.cs
- XmlSchemaNotation.cs
- Operator.cs
- TableLayoutSettings.cs
- TimeoutValidationAttribute.cs
- DataPagerField.cs
- DesignParameter.cs
- hresults.cs
- MetaDataInfo.cs
- Menu.cs
- BorderGapMaskConverter.cs
- DataFormats.cs
- DynamicResourceExtensionConverter.cs
- PeerContact.cs
- NullableConverter.cs
- ScrollChangedEventArgs.cs
- IndexingContentUnit.cs
- DataColumnPropertyDescriptor.cs
- WindowsIdentity.cs
- ClosableStream.cs
- XmlWhitespace.cs
- SecurityHeader.cs
- AuthorizationRule.cs
- LocalizableAttribute.cs
- SimpleHandlerBuildProvider.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- EmulateRecognizeCompletedEventArgs.cs
- CodeLinePragma.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- BindingUtils.cs
- Mapping.cs
- EmptyEnumerable.cs
- DataContext.cs
- CharacterString.cs
- UIServiceHelper.cs
- WindowProviderWrapper.cs
- TextElementCollection.cs
- IPEndPoint.cs