Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Management / Automation / Exceptions.cs / 1305376 / Exceptions.cs
using System; using System.Collections; using System.Text; using System.Runtime.Serialization; namespace System.Management.Instrumentation { #region Instrumentation exceptions [Serializable] [System.Security.Permissions.HostProtection(MayLeakOnAbort = true)] public class InstrumentationBaseException : Exception { public InstrumentationBaseException() : base() { } public InstrumentationBaseException(string message) : base(message) { } public InstrumentationBaseException(string message, Exception innerException) : base(message, innerException) { } protected InstrumentationBaseException(SerializationInfo info, StreamingContext context) :base (info, context) { } } [Serializable] [System.Security.Permissions.HostProtection(MayLeakOnAbort = true)] public class InstrumentationException:InstrumentationBaseException { public InstrumentationException() : base() { } public InstrumentationException(string message) : base(message) { } public InstrumentationException(Exception innerException) : base(null, innerException) { } public InstrumentationException(string message, Exception innerException) : base(message, innerException) { } protected InstrumentationException(SerializationInfo info, StreamingContext context) :base (info, context) { } } [Serializable] [System.Security.Permissions.HostProtection(MayLeakOnAbort = true)] public class InstanceNotFoundException : InstrumentationException { public InstanceNotFoundException() : base() { } public InstanceNotFoundException(string message) : base(message) { } public InstanceNotFoundException(string message, Exception innerException) : base(message, innerException) { } protected InstanceNotFoundException(SerializationInfo info, StreamingContext context) :base (info, context) { } } #endregion } // 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
- SerializationSectionGroup.cs
- ExpandCollapsePatternIdentifiers.cs
- GridPatternIdentifiers.cs
- StylusCollection.cs
- EventlogProvider.cs
- WebBrowserSiteBase.cs
- SecurityStateEncoder.cs
- RoleManagerSection.cs
- ByteAnimationUsingKeyFrames.cs
- VirtualPath.cs
- XmlDocumentViewSchema.cs
- Tablet.cs
- SqlDuplicator.cs
- DataPagerFieldItem.cs
- SmiEventSink_Default.cs
- BaseValidator.cs
- ADConnectionHelper.cs
- SQLMembershipProvider.cs
- URI.cs
- StylusEventArgs.cs
- KeyedCollection.cs
- ModifiableIteratorCollection.cs
- LogicalExpr.cs
- ViewKeyConstraint.cs
- RoleManagerModule.cs
- TextPointer.cs
- FixedSOMPageElement.cs
- DispatcherEventArgs.cs
- AccessViolationException.cs
- PeerConnector.cs
- DefaultTextStore.cs
- PeerApplicationLaunchInfo.cs
- _ConnectionGroup.cs
- ControlPaint.cs
- ValidationErrorCollection.cs
- EntityDataSource.cs
- StatusBarPanel.cs
- MachineKeyConverter.cs
- CellConstantDomain.cs
- ImageButton.cs
- EncryptedKeyIdentifierClause.cs
- DataBoundLiteralControl.cs
- DbProviderFactory.cs
- Imaging.cs
- ApplicationServiceManager.cs
- Misc.cs
- ExpressionList.cs
- Expression.DebuggerProxy.cs
- DataGridToolTip.cs
- UseAttributeSetsAction.cs
- SqlClientPermission.cs
- TagPrefixCollection.cs
- MenuItemBindingCollection.cs
- ToolboxComponentsCreatingEventArgs.cs
- ConfigurationPropertyCollection.cs
- PagesSection.cs
- ProcessModuleCollection.cs
- RuntimeConfigurationRecord.cs
- TogglePattern.cs
- DataControlButton.cs
- Annotation.cs
- LineInfo.cs
- ClientBuildManagerCallback.cs
- PeerNameResolver.cs
- CompilerState.cs
- RawStylusActions.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- DomainLiteralReader.cs
- sqlmetadatafactory.cs
- ScriptControlManager.cs
- WCFServiceClientProxyGenerator.cs
- ExtensibleSyndicationObject.cs
- EventMappingSettingsCollection.cs
- DataGridViewColumnConverter.cs
- OpenTypeLayoutCache.cs
- HostedHttpRequestAsyncResult.cs
- XpsTokenContext.cs
- XmlDocumentSurrogate.cs
- SafeSystemMetrics.cs
- HandlerBase.cs
- While.cs
- DataDesignUtil.cs
- Ops.cs
- CheckoutException.cs
- xsdvalidator.cs
- TheQuery.cs
- OdbcReferenceCollection.cs
- CharacterShapingProperties.cs
- AsyncPostBackTrigger.cs
- TrackingCondition.cs
- CommandHelper.cs
- XPathNodeList.cs
- SymmetricAlgorithm.cs
- Label.cs
- ObjectQuery_EntitySqlExtensions.cs
- ValidatedControlConverter.cs
- CellQuery.cs
- ChangeInterceptorAttribute.cs
- CodeGenerator.cs
- _BufferOffsetSize.cs