Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- IteratorFilter.cs
- ListViewDeletedEventArgs.cs
- XmlObjectSerializerContext.cs
- AssemblyCache.cs
- AddDataControlFieldDialog.cs
- EntityDataSourceContainerNameItem.cs
- SpellCheck.cs
- EditorZoneBase.cs
- ListBase.cs
- VirtualizedItemPattern.cs
- TimeIntervalCollection.cs
- _PooledStream.cs
- BaseDataListComponentEditor.cs
- EllipseGeometry.cs
- CookieParameter.cs
- Utilities.cs
- ExtractorMetadata.cs
- DataGridViewCellCancelEventArgs.cs
- HandleTable.cs
- SqlDataSourceFilteringEventArgs.cs
- XmlChildNodes.cs
- TextTreeFixupNode.cs
- ToolStrip.cs
- MimeTypeAttribute.cs
- XPathDocumentIterator.cs
- CustomWebEventKey.cs
- FileDialog_Vista.cs
- DoubleUtil.cs
- TextBox.cs
- TextTreeInsertElementUndoUnit.cs
- DynamicObject.cs
- SequenceFullException.cs
- XsltContext.cs
- CancelEventArgs.cs
- SelectedDatesCollection.cs
- StructuralType.cs
- DrawingContextWalker.cs
- DllNotFoundException.cs
- DiscreteKeyFrames.cs
- DispatcherProcessingDisabled.cs
- MethodCallTranslator.cs
- PagerStyle.cs
- TextTreeExtractElementUndoUnit.cs
- DocComment.cs
- DataTrigger.cs
- LabelTarget.cs
- _IPv6Address.cs
- UIElementAutomationPeer.cs
- FontSizeConverter.cs
- util.cs
- VisualCollection.cs
- TreeViewCancelEvent.cs
- ImageIndexEditor.cs
- COM2TypeInfoProcessor.cs
- LayoutInformation.cs
- CorrelationInitializer.cs
- ComponentCommands.cs
- PersonalizableTypeEntry.cs
- ServiceParser.cs
- WebPartDisplayMode.cs
- RadioButtonFlatAdapter.cs
- MinimizableAttributeTypeConverter.cs
- XmlSchemaExporter.cs
- SegmentInfo.cs
- DataGridViewCellValidatingEventArgs.cs
- TaskFileService.cs
- Keywords.cs
- WindowsRegion.cs
- WorkflowServiceAttributesTypeConverter.cs
- SerializationAttributes.cs
- ImageList.cs
- TreeNodeBinding.cs
- ParagraphVisual.cs
- TdsParserStaticMethods.cs
- TextMarkerSource.cs
- XmlParserContext.cs
- Form.cs
- MarkedHighlightComponent.cs
- UniqueIdentifierService.cs
- SqlTrackingQuery.cs
- ApplyImportsAction.cs
- PrimaryKeyTypeConverter.cs
- SessionParameter.cs
- InputLangChangeEvent.cs
- TargetInvocationException.cs
- UITypeEditor.cs
- ClaimComparer.cs
- GB18030Encoding.cs
- TypeGeneratedEventArgs.cs
- Rfc2898DeriveBytes.cs
- DoubleAnimation.cs
- HMACMD5.cs
- basecomparevalidator.cs
- FileLogRecord.cs
- StatusBarPanel.cs
- SimpleExpression.cs
- SymmetricAlgorithm.cs
- XmlSchemaElement.cs
- SamlAuthenticationClaimResource.cs
- FaultContext.cs