Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RightsManagementInformation.cs
- CompoundFileReference.cs
- WSDualHttpSecurity.cs
- XmlReaderDelegator.cs
- nulltextnavigator.cs
- ParentQuery.cs
- SecureConversationDriver.cs
- XmlConvert.cs
- AccessorTable.cs
- TraceHwndHost.cs
- NativeMethodsCLR.cs
- TargetPerspective.cs
- QueryCursorEventArgs.cs
- PasswordBoxAutomationPeer.cs
- NavigationPropertyEmitter.cs
- OutOfProcStateClientManager.cs
- SchemaElementDecl.cs
- ParallelRangeManager.cs
- CodeGenerator.cs
- ResourceDefaultValueAttribute.cs
- TargetException.cs
- MappingItemCollection.cs
- XmlBinaryReader.cs
- ModulesEntry.cs
- SafeHandle.cs
- PropertyConverter.cs
- EntityContainer.cs
- Statements.cs
- HitTestResult.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- ToolStripPanelSelectionBehavior.cs
- MaskedTextBox.cs
- EventDescriptorCollection.cs
- AdornerLayer.cs
- MatrixTransform.cs
- MergePropertyDescriptor.cs
- TableLayoutPanelBehavior.cs
- ProjectedWrapper.cs
- Delegate.cs
- LifetimeServices.cs
- ColorAnimationBase.cs
- SiblingIterators.cs
- LocatorPart.cs
- AsyncDataRequest.cs
- HtmlUtf8RawTextWriter.cs
- HatchBrush.cs
- ToolboxItemCollection.cs
- Internal.cs
- ButtonChrome.cs
- TextRange.cs
- __Filters.cs
- DeviceContext2.cs
- ProvidersHelper.cs
- HtmlTableRowCollection.cs
- oledbconnectionstring.cs
- ElementUtil.cs
- UnmanagedMemoryStream.cs
- XamlHttpHandlerFactory.cs
- ProjectedWrapper.cs
- DataGridViewCellParsingEventArgs.cs
- SqlXmlStorage.cs
- CursorConverter.cs
- AdapterUtil.cs
- BypassElement.cs
- MetadataUtil.cs
- GraphicsContainer.cs
- ServiceModelPerformanceCounters.cs
- objectquery_tresulttype.cs
- AddressHeader.cs
- EventlogProvider.cs
- FontCollection.cs
- FieldTemplateUserControl.cs
- AppDomainAttributes.cs
- XsltSettings.cs
- XmlUtf8RawTextWriter.cs
- UrlMappingCollection.cs
- SortExpressionBuilder.cs
- Input.cs
- Literal.cs
- BinaryFormatterWriter.cs
- URLMembershipCondition.cs
- SuppressMessageAttribute.cs
- SoapRpcMethodAttribute.cs
- XmlExtensionFunction.cs
- PathParser.cs
- PerfService.cs
- InputProcessorProfiles.cs
- RunWorkerCompletedEventArgs.cs
- PrivilegedConfigurationManager.cs
- ListViewEditEventArgs.cs
- DescendentsWalker.cs
- UnknownExceptionActionHelper.cs
- SR.cs
- SwitchLevelAttribute.cs
- ObjectListItemCollection.cs
- Root.cs
- CurrentChangedEventManager.cs
- DesignTimeVisibleAttribute.cs
- CharacterMetrics.cs
- ApplicationManager.cs