Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StorageEntitySetMapping.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- safex509handles.cs
- X500Name.cs
- LinkConverter.cs
- SID.cs
- Int16.cs
- DataGridViewColumnEventArgs.cs
- SpecialTypeDataContract.cs
- DEREncoding.cs
- CheckBoxAutomationPeer.cs
- _NetworkingPerfCounters.cs
- DataServiceEntityAttribute.cs
- KeyboardNavigation.cs
- DateTimeParse.cs
- Types.cs
- QueryCacheEntry.cs
- RestHandlerFactory.cs
- ReadOnlyObservableCollection.cs
- SmiEventSink_Default.cs
- OleStrCAMarshaler.cs
- PolyLineSegmentFigureLogic.cs
- ListViewTableRow.cs
- PrintDialogDesigner.cs
- EntityDataSourceEntityTypeFilterItem.cs
- GenerateTemporaryTargetAssembly.cs
- TracePayload.cs
- TabItem.cs
- ObjectListCommandEventArgs.cs
- TreeView.cs
- PrinterUnitConvert.cs
- FormViewDeleteEventArgs.cs
- TdsParserSessionPool.cs
- WindowsEditBoxRange.cs
- ObjectDataSourceFilteringEventArgs.cs
- ListControlBuilder.cs
- ScalarConstant.cs
- TextPointerBase.cs
- AsyncSerializedWorker.cs
- ListViewItem.cs
- AudioFormatConverter.cs
- CustomWebEventKey.cs
- ProfessionalColorTable.cs
- FrameworkElement.cs
- HebrewCalendar.cs
- PropertyEntry.cs
- Latin1Encoding.cs
- SortableBindingList.cs
- SoapFault.cs
- Schedule.cs
- SqlUtil.cs
- login.cs
- CodeExpressionCollection.cs
- DATA_BLOB.cs
- ImplicitInputBrush.cs
- AsyncResult.cs
- DataGridAutoFormat.cs
- ToolStripComboBox.cs
- Viewport2DVisual3D.cs
- SqlUserDefinedTypeAttribute.cs
- AssertFilter.cs
- InvokeWebService.cs
- FileDialog_Vista_Interop.cs
- SocketInformation.cs
- PlacementWorkspace.cs
- XmlDataProvider.cs
- compensatingcollection.cs
- DropSource.cs
- ColumnWidthChangingEvent.cs
- ScriptManager.cs
- CommandManager.cs
- ConditionalExpression.cs
- SynchronizationContext.cs
- SemaphoreFullException.cs
- WindowsGrip.cs
- RequestDescription.cs
- precedingsibling.cs
- WebCategoryAttribute.cs
- FixUpCollection.cs
- ServiceReference.cs
- XmlEventCache.cs
- HtmlAnchor.cs
- ButtonBaseAdapter.cs
- Rules.cs
- _Rfc2616CacheValidators.cs
- SingleConverter.cs
- TextServicesDisplayAttributePropertyRanges.cs
- HttpResponseHeader.cs
- MsmqIntegrationReceiveParameters.cs
- ComponentRenameEvent.cs
- RewritingProcessor.cs
- CombinedGeometry.cs
- InputElement.cs
- JournalEntryStack.cs
- LinqMaximalSubtreeNominator.cs
- FileUtil.cs
- RequestCacheManager.cs
- EdmFunction.cs
- EtwTrackingBehaviorElement.cs
- metrodevice.cs