Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Controls / PrintDialogException.cs / 1 / PrintDialogException.cs
using System; using System.Runtime.Serialization; namespace System.Windows.Controls { ////// This class is the base class for all exceptions that are /// thrown by the PrintDialog and all internal classes. /// [Serializable] public class PrintDialogException : Exception { #region Constructors ////// /// public PrintDialogException( ) : base() { } ////// /// /// public PrintDialogException( string message ) : base(message) { } ////// /// /// /// public PrintDialogException( string message, Exception innerException ) : base(message, innerException) { } ////// /// /// /// protected PrintDialogException( SerializationInfo info, StreamingContext context ) : base(info, context) { } #endregion Constructors } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Runtime.Serialization; namespace System.Windows.Controls { ////// This class is the base class for all exceptions that are /// thrown by the PrintDialog and all internal classes. /// [Serializable] public class PrintDialogException : Exception { #region Constructors ////// /// public PrintDialogException( ) : base() { } ////// /// /// public PrintDialogException( string message ) : base(message) { } ////// /// /// /// public PrintDialogException( string message, Exception innerException ) : base(message, innerException) { } ////// /// /// /// protected PrintDialogException( SerializationInfo info, StreamingContext context ) : base(info, context) { } #endregion Constructors } } // 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
- CategoryAttribute.cs
- IncrementalReadDecoders.cs
- ServiceChannelProxy.cs
- ControlUtil.cs
- DatagridviewDisplayedBandsData.cs
- _NegoState.cs
- SafeIUnknown.cs
- FormViewModeEventArgs.cs
- InvokeBinder.cs
- DbConnectionInternal.cs
- HwndHost.cs
- SqlPersonalizationProvider.cs
- FunctionMappingTranslator.cs
- PlainXmlSerializer.cs
- SessionEndingEventArgs.cs
- _RequestCacheProtocol.cs
- MDIWindowDialog.cs
- LassoHelper.cs
- ToolStripPanelRenderEventArgs.cs
- TreeViewEvent.cs
- BitmapFrame.cs
- WindowsTab.cs
- SQLByte.cs
- Duration.cs
- EventLogLink.cs
- XmlSchemaSubstitutionGroup.cs
- ClientSession.cs
- RelOps.cs
- ListChangedEventArgs.cs
- NotFiniteNumberException.cs
- WCFServiceClientProxyGenerator.cs
- RuleSettingsCollection.cs
- OverrideMode.cs
- ExtendedProtectionPolicy.cs
- CheckBoxPopupAdapter.cs
- HttpRequestBase.cs
- ErasingStroke.cs
- FilteredXmlReader.cs
- DefaultBinder.cs
- GridViewColumnHeaderAutomationPeer.cs
- SignedInfo.cs
- SerializerProvider.cs
- WebConfigurationHostFileChange.cs
- Point4DConverter.cs
- XXXInfos.cs
- SerializationInfoEnumerator.cs
- ApplicationId.cs
- NamespaceCollection.cs
- ExtendedPropertyInfo.cs
- SafeEventLogReadHandle.cs
- ConfigViewGenerator.cs
- OdbcErrorCollection.cs
- SuppressMergeCheckAttribute.cs
- CodeAttributeDeclaration.cs
- ContractMethodParameterInfo.cs
- NetMsmqBindingCollectionElement.cs
- WizardPanel.cs
- Page.cs
- ExpressionBuilderContext.cs
- CollectionBuilder.cs
- MaskedTextBox.cs
- QuotedPrintableStream.cs
- LocatorGroup.cs
- ControlDesigner.cs
- DefaultPropertyAttribute.cs
- AdRotator.cs
- HyperlinkAutomationPeer.cs
- PeerInvitationResponse.cs
- EmptyCollection.cs
- PauseStoryboard.cs
- PerformanceCounter.cs
- CompModSwitches.cs
- IgnoreSectionHandler.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- PointLight.cs
- DataBindingExpressionBuilder.cs
- ICollection.cs
- InplaceBitmapMetadataWriter.cs
- StringAttributeCollection.cs
- ArrayList.cs
- TemplateBindingExtensionConverter.cs
- HTMLTextWriter.cs
- CommonRemoteMemoryBlock.cs
- RelationshipEndMember.cs
- SecurityResources.cs
- XmlQueryType.cs
- ElementHostPropertyMap.cs
- TypeInfo.cs
- AmbientLight.cs
- SQLChars.cs
- Validator.cs
- ValidatorCollection.cs
- ListBoxChrome.cs
- LockCookie.cs
- ErrorFormatterPage.cs
- WebPartHelpVerb.cs
- IndexObject.cs
- QilCloneVisitor.cs
- ScaleTransform.cs
- SyndicationDeserializer.cs