Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / SystemException.cs / 1 / SystemException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System { using System; using System.Runtime.Serialization; [Serializable()] [System.Runtime.InteropServices.ComVisible(true)] public class SystemException : Exception { public SystemException() : base(Environment.GetResourceString("Arg_SystemException")) { SetErrorCode(__HResults.COR_E_SYSTEM); } public SystemException(String message) : base(message) { SetErrorCode(__HResults.COR_E_SYSTEM); } public SystemException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_SYSTEM); } protected SystemException(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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ErrorHandler.cs
- LoginCancelEventArgs.cs
- SRef.cs
- ConfigurationManagerInternalFactory.cs
- BamlLocalizableResourceKey.cs
- Variant.cs
- LineGeometry.cs
- CommandSet.cs
- Sorting.cs
- XamlInterfaces.cs
- ComNativeDescriptor.cs
- PixelShader.cs
- QilPatternFactory.cs
- DataTableMapping.cs
- PipeStream.cs
- EventDescriptor.cs
- ComponentRenameEvent.cs
- GroupStyle.cs
- Hash.cs
- BulletChrome.cs
- AsyncStreamReader.cs
- XmlNodeComparer.cs
- AssociationTypeEmitter.cs
- Utils.cs
- PeerApplicationLaunchInfo.cs
- FilterQueryOptionExpression.cs
- SpellerInterop.cs
- MappingSource.cs
- EventMappingSettings.cs
- KnownBoxes.cs
- ControlBuilder.cs
- MulticastIPAddressInformationCollection.cs
- CacheAxisQuery.cs
- MemberAccessException.cs
- CqlParser.cs
- Thumb.cs
- SafeLibraryHandle.cs
- OutputCacheModule.cs
- GPRECT.cs
- graph.cs
- WebUtil.cs
- ServiceEndpointElement.cs
- RuntimeArgumentHandle.cs
- SchemaImporterExtensionElement.cs
- IndexerNameAttribute.cs
- DefaultProxySection.cs
- DocumentScope.cs
- Internal.cs
- CollectionMarkupSerializer.cs
- IListConverters.cs
- OracleInternalConnection.cs
- XmlCDATASection.cs
- ExternalDataExchangeService.cs
- DataBindingCollection.cs
- StringPropertyBuilder.cs
- FontSizeConverter.cs
- SmtpDigestAuthenticationModule.cs
- LocalTransaction.cs
- OptionalColumn.cs
- EntityObject.cs
- ProxyManager.cs
- PathFigure.cs
- GroupItem.cs
- ProfileProvider.cs
- ArrayElementGridEntry.cs
- SchemaTypeEmitter.cs
- ExpandCollapseProviderWrapper.cs
- EventLogException.cs
- CommandField.cs
- BypassElement.cs
- ExpressionBuilder.cs
- AsyncResult.cs
- DataGridView.cs
- DependsOnAttribute.cs
- ByteStream.cs
- LookupNode.cs
- Command.cs
- ProfilePropertySettings.cs
- EndpointReference.cs
- SQlBooleanStorage.cs
- ListViewCancelEventArgs.cs
- ICollection.cs
- EpmContentSerializerBase.cs
- SHA512Managed.cs
- AudioBase.cs
- DataGridViewCellStyleConverter.cs
- UrlPropertyAttribute.cs
- TemporaryBitmapFile.cs
- DesignBindingValueUIHandler.cs
- GeneralTransform3D.cs
- DbParameterCollection.cs
- ExtensionElement.cs
- UnknownBitmapEncoder.cs
- Geometry.cs
- TimeoutException.cs
- RequiredFieldValidator.cs
- HttpClientCertificate.cs
- CorrelationManager.cs
- WebPartZoneBase.cs
- TreeViewDesigner.cs