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
- TableLayoutSettingsTypeConverter.cs
- JsonWriterDelegator.cs
- RtfToXamlReader.cs
- cookiecollection.cs
- SyndicationPerson.cs
- DisplayMemberTemplateSelector.cs
- DateTimeConstantAttribute.cs
- ZipIOModeEnforcingStream.cs
- FormView.cs
- LineInfo.cs
- ConfigurationErrorsException.cs
- FixedSOMFixedBlock.cs
- Blend.cs
- TextPointerBase.cs
- UnsupportedPolicyOptionsException.cs
- DataFormat.cs
- Viewport2DVisual3D.cs
- BaseCodePageEncoding.cs
- DeferredBinaryDeserializerExtension.cs
- ButtonChrome.cs
- TableLayoutPanelBehavior.cs
- XamlSerializerUtil.cs
- ToolStripContentPanelDesigner.cs
- WebConfigurationFileMap.cs
- FaultDescriptionCollection.cs
- FormViewPagerRow.cs
- PKCS1MaskGenerationMethod.cs
- MergeFilterQuery.cs
- AttachInfo.cs
- AutomationPropertyInfo.cs
- OdbcParameter.cs
- EditorPartChrome.cs
- GPStream.cs
- MDIClient.cs
- Invariant.cs
- HttpCachePolicyElement.cs
- CryptoHandle.cs
- SubclassTypeValidator.cs
- ComPlusServiceHost.cs
- Environment.cs
- VideoDrawing.cs
- GeneralTransformGroup.cs
- HttpCacheParams.cs
- DocumentSchemaValidator.cs
- ApplySecurityAndSendAsyncResult.cs
- Point4D.cs
- DocumentOrderQuery.cs
- OleDbParameter.cs
- Merger.cs
- ExpressionBuilder.cs
- SplayTreeNode.cs
- MultitargetingHelpers.cs
- LinkLabel.cs
- DecoderExceptionFallback.cs
- LateBoundBitmapDecoder.cs
- COM2Enum.cs
- ToolStripButton.cs
- PropertyValidationContext.cs
- SHA512.cs
- Request.cs
- MimeFormatExtensions.cs
- XmlQuerySequence.cs
- DataGridViewCellValidatingEventArgs.cs
- ReaderWriterLockSlim.cs
- MediaSystem.cs
- EdmPropertyAttribute.cs
- XsdBuilder.cs
- RuntimeResourceSet.cs
- GenericTypeParameterBuilder.cs
- MenuItemCollectionEditor.cs
- CompilationSection.cs
- ComponentCommands.cs
- xamlnodes.cs
- ApplicationBuildProvider.cs
- ResourceExpressionBuilder.cs
- TypeBuilderInstantiation.cs
- UnsafeNativeMethodsCLR.cs
- HandlerMappingMemo.cs
- DesignBindingValueUIHandler.cs
- Authorization.cs
- CalendarTable.cs
- BitmapEffect.cs
- ArcSegment.cs
- ObservableDictionary.cs
- InfoCardPolicy.cs
- BufferedReadStream.cs
- sitestring.cs
- CanonicalizationDriver.cs
- X509UI.cs
- FrugalMap.cs
- TemplateControlParser.cs
- CacheEntry.cs
- TypeDependencyAttribute.cs
- XmlSerializableReader.cs
- Nodes.cs
- EtwProvider.cs
- CacheMode.cs
- InputReportEventArgs.cs
- SchemaImporterExtensionElement.cs
- BufferModesCollection.cs