Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / NotFiniteNumberException.cs / 1305376 / NotFiniteNumberException.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace System {
using System;
using System.Runtime.Serialization;
using System.Security.Permissions;
using System.Diagnostics.Contracts;
[System.Runtime.InteropServices.ComVisible(true)]
[Serializable]
public class NotFiniteNumberException : ArithmeticException {
private double _offendingNumber;
public NotFiniteNumberException()
: base(Environment.GetResourceString("Arg_NotFiniteNumberException")) {
_offendingNumber = 0;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(double offendingNumber)
: base() {
_offendingNumber = offendingNumber;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(String message)
: base(message) {
_offendingNumber = 0;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(String message, double offendingNumber)
: base(message) {
_offendingNumber = offendingNumber;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(String message, Exception innerException)
: base(message, innerException) {
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(String message, double offendingNumber, Exception innerException)
: base(message, innerException) {
_offendingNumber = offendingNumber;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
[System.Security.SecuritySafeCritical] // auto-generated
protected NotFiniteNumberException(SerializationInfo info, StreamingContext context) : base(info, context) {
_offendingNumber = info.GetInt32("OffendingNumber");
}
public double OffendingNumber {
get { return _offendingNumber; }
}
[System.Security.SecurityCritical] // auto-generated_required
public override void GetObjectData(SerializationInfo info, StreamingContext context) {
if (info==null) {
throw new ArgumentNullException("info");
}
Contract.EndContractBlock();
base.GetObjectData(info, context);
info.AddValue("OffendingNumber", _offendingNumber, typeof(Int32));
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace System {
using System;
using System.Runtime.Serialization;
using System.Security.Permissions;
using System.Diagnostics.Contracts;
[System.Runtime.InteropServices.ComVisible(true)]
[Serializable]
public class NotFiniteNumberException : ArithmeticException {
private double _offendingNumber;
public NotFiniteNumberException()
: base(Environment.GetResourceString("Arg_NotFiniteNumberException")) {
_offendingNumber = 0;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(double offendingNumber)
: base() {
_offendingNumber = offendingNumber;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(String message)
: base(message) {
_offendingNumber = 0;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(String message, double offendingNumber)
: base(message) {
_offendingNumber = offendingNumber;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(String message, Exception innerException)
: base(message, innerException) {
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
public NotFiniteNumberException(String message, double offendingNumber, Exception innerException)
: base(message, innerException) {
_offendingNumber = offendingNumber;
SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
}
[System.Security.SecuritySafeCritical] // auto-generated
protected NotFiniteNumberException(SerializationInfo info, StreamingContext context) : base(info, context) {
_offendingNumber = info.GetInt32("OffendingNumber");
}
public double OffendingNumber {
get { return _offendingNumber; }
}
[System.Security.SecurityCritical] // auto-generated_required
public override void GetObjectData(SerializationInfo info, StreamingContext context) {
if (info==null) {
throw new ArgumentNullException("info");
}
Contract.EndContractBlock();
base.GetObjectData(info, context);
info.AddValue("OffendingNumber", _offendingNumber, typeof(Int32));
}
}
}
// 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
- WinEventHandler.cs
- TableItemPatternIdentifiers.cs
- DataGridViewComboBoxCell.cs
- ClockGroup.cs
- HScrollProperties.cs
- StrongNameMembershipCondition.cs
- XPathSingletonIterator.cs
- SQLInt64.cs
- ZoomingMessageFilter.cs
- DesignerForm.cs
- TCEAdapterGenerator.cs
- autovalidator.cs
- DataTemplateSelector.cs
- DEREncoding.cs
- ComplexPropertyEntry.cs
- PasswordTextNavigator.cs
- ApplicationTrust.cs
- SystemIPGlobalProperties.cs
- ReferencedType.cs
- UIElement.cs
- X509LogoTypeExtension.cs
- JsonSerializer.cs
- ipaddressinformationcollection.cs
- NamespaceMapping.cs
- MiniLockedBorderGlyph.cs
- InvalidWMPVersionException.cs
- DateTimeFormat.cs
- BaseValidator.cs
- SplineKeyFrames.cs
- ArgumentException.cs
- AnnotationResourceCollection.cs
- Message.cs
- TCPListener.cs
- InfoCardBaseException.cs
- CopyOfAction.cs
- StringValidator.cs
- LogStream.cs
- RequiredFieldValidator.cs
- FileLoadException.cs
- TextAdaptor.cs
- CfgParser.cs
- RecipientInfo.cs
- RemotingAttributes.cs
- DataRowView.cs
- StringExpressionSet.cs
- PerfCounters.cs
- WpfKnownMemberInvoker.cs
- Tag.cs
- InputScopeNameConverter.cs
- SqlBinder.cs
- BackoffTimeoutHelper.cs
- _ConnectionGroup.cs
- SqlXml.cs
- NetDispatcherFaultException.cs
- BrushMappingModeValidation.cs
- SystemResourceKey.cs
- InkSerializer.cs
- ConfigUtil.cs
- SAPICategories.cs
- ModuleBuilder.cs
- SelfIssuedAuthProofToken.cs
- WebPartsPersonalizationAuthorization.cs
- CoTaskMemHandle.cs
- TransformGroup.cs
- RadioButtonDesigner.cs
- ResourceDefaultValueAttribute.cs
- InputQueueChannel.cs
- SystemWebCachingSectionGroup.cs
- TablePatternIdentifiers.cs
- FormatControl.cs
- PhoneCall.cs
- PermissionToken.cs
- LineBreak.cs
- RowType.cs
- ByteAnimation.cs
- HtmlTernaryTree.cs
- MergablePropertyAttribute.cs
- MethodToken.cs
- ThreadLocal.cs
- XmlChildEnumerator.cs
- RectValueSerializer.cs
- IdentifierService.cs
- View.cs
- CodeGenerator.cs
- PagesChangedEventArgs.cs
- LicenseProviderAttribute.cs
- SqlConnectionFactory.cs
- HMACRIPEMD160.cs
- IndexingContentUnit.cs
- Single.cs
- ContentValidator.cs
- SpeechEvent.cs
- AsyncOperation.cs
- ScriptReferenceEventArgs.cs
- AppSecurityManager.cs
- CompositeControl.cs
- SqlException.cs
- LocalizabilityAttribute.cs
- AssemblyBuilder.cs
- MemberRelationshipService.cs