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
- WriterOutput.cs
- GradientBrush.cs
- ValidationPropertyAttribute.cs
- Table.cs
- Exceptions.cs
- Line.cs
- validationstate.cs
- FixedSOMTableRow.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- WindowsSlider.cs
- TdsParserStaticMethods.cs
- WebEncodingValidatorAttribute.cs
- MenuItemCollection.cs
- CFGGrammar.cs
- DriveNotFoundException.cs
- Rect3D.cs
- StaticTextPointer.cs
- LocalizationComments.cs
- CaseCqlBlock.cs
- X509RawDataKeyIdentifierClause.cs
- UnaryNode.cs
- TagPrefixCollection.cs
- XmlProcessingInstruction.cs
- XmlWriter.cs
- Parser.cs
- UpnEndpointIdentityExtension.cs
- FileLogRecord.cs
- GridLengthConverter.cs
- Selector.cs
- FixedSOMLineCollection.cs
- recordstate.cs
- GraphicsState.cs
- SecurityTokenResolver.cs
- RequiredFieldValidator.cs
- TextCharacters.cs
- ConfigXmlComment.cs
- ResolveMatchesMessageCD1.cs
- HwndAppCommandInputProvider.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- HtmlInputCheckBox.cs
- Stroke2.cs
- Metadata.cs
- Listbox.cs
- RuleSettingsCollection.cs
- RuleRef.cs
- ConstructorBuilder.cs
- Conditional.cs
- SemanticAnalyzer.cs
- QilGenerator.cs
- xml.cs
- ValidatedControlConverter.cs
- SafeReadContext.cs
- DataServiceStreamResponse.cs
- ResourceAssociationSetEnd.cs
- Compensation.cs
- PKCS1MaskGenerationMethod.cs
- HttpContext.cs
- StrokeNodeData.cs
- ModelVisual3D.cs
- OuterProxyWrapper.cs
- DoubleAverageAggregationOperator.cs
- ScaleTransform.cs
- ExpressionBindingCollection.cs
- UrlAuthFailureHandler.cs
- CheckBoxPopupAdapter.cs
- FormViewCommandEventArgs.cs
- SecurityUtils.cs
- AlternateViewCollection.cs
- IPGlobalProperties.cs
- DataGridViewLayoutData.cs
- SignerInfo.cs
- PropertyInfoSet.cs
- FamilyTypefaceCollection.cs
- NavigationPropertyEmitter.cs
- CodeGroup.cs
- DataGridViewCellConverter.cs
- PartialCachingAttribute.cs
- EntityDataSourceContextCreatedEventArgs.cs
- DataGridViewRowsRemovedEventArgs.cs
- LifetimeMonitor.cs
- BuildResult.cs
- Stopwatch.cs
- TdsParserStateObject.cs
- rsa.cs
- BamlLocalizableResourceKey.cs
- SortQueryOperator.cs
- CheckBoxFlatAdapter.cs
- CompilerGeneratedAttribute.cs
- TCEAdapterGenerator.cs
- DateTimeParse.cs
- BufferAllocator.cs
- StateManagedCollection.cs
- HtmlInputButton.cs
- PngBitmapDecoder.cs
- XmlLinkedNode.cs
- BoundColumn.cs
- TrackingMemoryStream.cs
- OrthographicCamera.cs
- SiteIdentityPermission.cs
- SplashScreen.cs