Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / PrintDialogException.cs / 1305600 / 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
- GridViewColumnCollection.cs
- TaiwanLunisolarCalendar.cs
- DeviceOverridableAttribute.cs
- DataObjectFieldAttribute.cs
- StackBuilderSink.cs
- WinEventQueueItem.cs
- NaturalLanguageHyphenator.cs
- MissingMemberException.cs
- RuntimeConfigLKG.cs
- PointAnimationUsingPath.cs
- ProgressBarHighlightConverter.cs
- ResourceDefaultValueAttribute.cs
- SiteMapHierarchicalDataSourceView.cs
- DropTarget.cs
- DesignerForm.cs
- DataReceivedEventArgs.cs
- NetworkInformationPermission.cs
- DataGridViewSelectedCellCollection.cs
- DataIdProcessor.cs
- Underline.cs
- BitmapEncoder.cs
- AstNode.cs
- VisualBasicSettingsHandler.cs
- DataGridViewCellConverter.cs
- HtmlInputFile.cs
- ResolvedKeyFrameEntry.cs
- Int32KeyFrameCollection.cs
- basenumberconverter.cs
- TextDecorationCollection.cs
- FileResponseElement.cs
- PartialTrustVisibleAssembly.cs
- BitmapMetadataEnumerator.cs
- QualificationDataItem.cs
- ObjectAnimationBase.cs
- TextTreeFixupNode.cs
- ToolStripButton.cs
- MergeFilterQuery.cs
- CheckBoxAutomationPeer.cs
- AsymmetricAlgorithm.cs
- ObjectDataSourceChooseMethodsPanel.cs
- ExtentCqlBlock.cs
- HyperLinkColumn.cs
- sitestring.cs
- ListControlBuilder.cs
- FieldAccessException.cs
- JournalEntryListConverter.cs
- EventProviderWriter.cs
- FormViewInsertedEventArgs.cs
- BitmapFrame.cs
- precedingsibling.cs
- LayoutManager.cs
- BlurBitmapEffect.cs
- WebPartZone.cs
- EmptyCollection.cs
- DataTableExtensions.cs
- HttpPostedFile.cs
- MtomMessageEncodingElement.cs
- SourceFileBuildProvider.cs
- PrimaryKeyTypeConverter.cs
- TreeView.cs
- DbgUtil.cs
- XmlSchema.cs
- PersonalizableTypeEntry.cs
- XhtmlBasicValidatorAdapter.cs
- NativeActivityContext.cs
- DbParameterCollectionHelper.cs
- QilScopedVisitor.cs
- DocumentViewer.cs
- Utilities.cs
- RootBrowserWindow.cs
- DataTemplate.cs
- ToolConsole.cs
- XmlSchema.cs
- BaseCodePageEncoding.cs
- ReachPageContentSerializerAsync.cs
- SchemaCreator.cs
- XamlInterfaces.cs
- RenderingBiasValidation.cs
- TextPointerBase.cs
- XmlBinaryReader.cs
- CellCreator.cs
- Win32PrintDialog.cs
- UrlMappingCollection.cs
- RtfToXamlReader.cs
- PrintPreviewDialog.cs
- EventSinkHelperWriter.cs
- TextEndOfSegment.cs
- ArgumentValidation.cs
- ToolStripRenderer.cs
- XPathDescendantIterator.cs
- SQLSingleStorage.cs
- Int32Storage.cs
- OracleInfoMessageEventArgs.cs
- JavascriptCallbackBehaviorAttribute.cs
- ThicknessAnimation.cs
- JoinCqlBlock.cs
- CatalogPartCollection.cs
- MobileResource.cs
- SHA384CryptoServiceProvider.cs
- ContextMenuStripGroup.cs