Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- NativeMethods.cs
- WebPermission.cs
- RadioButton.cs
- ControlEvent.cs
- ProfileSection.cs
- CompilerError.cs
- SmiGettersStream.cs
- DataControlReference.cs
- TraceInternal.cs
- DetailsViewUpdateEventArgs.cs
- IndexerNameAttribute.cs
- ChineseLunisolarCalendar.cs
- AuthorizationRule.cs
- MessageBox.cs
- TextOutput.cs
- HitTestParameters3D.cs
- MenuScrollingVisibilityConverter.cs
- WebPartEventArgs.cs
- SoapCodeExporter.cs
- QilBinary.cs
- TextEndOfSegment.cs
- EventLogHandle.cs
- AuthStoreRoleProvider.cs
- BindingValueChangedEventArgs.cs
- EntityDataSourceEntitySetNameItem.cs
- RtType.cs
- ReadOnlyNameValueCollection.cs
- HostingPreferredMapPath.cs
- TimeSpanValidator.cs
- PrimaryKeyTypeConverter.cs
- UnaryNode.cs
- MenuItem.cs
- CacheEntry.cs
- EndSelectCardRequest.cs
- InkPresenter.cs
- ZipIOModeEnforcingStream.cs
- Renderer.cs
- ByteStack.cs
- SchemaConstraints.cs
- WindowsAuthenticationModule.cs
- WizardSideBarListControlItem.cs
- RoleExceptions.cs
- SettingsPropertyCollection.cs
- DataGridViewEditingControlShowingEventArgs.cs
- Rotation3DAnimationUsingKeyFrames.cs
- translator.cs
- ParameterBinding.cs
- TextPatternIdentifiers.cs
- DelimitedListTraceListener.cs
- Logging.cs
- ColorConvertedBitmapExtension.cs
- WinFormsSpinner.cs
- UIElementCollection.cs
- XmlSchemaCompilationSettings.cs
- WhiteSpaceTrimStringConverter.cs
- KnownIds.cs
- SystemIPGlobalStatistics.cs
- autovalidator.cs
- ControlValuePropertyAttribute.cs
- XmlSerializerFactory.cs
- SetIterators.cs
- WebServiceTypeData.cs
- HMAC.cs
- SortedList.cs
- ColorBlend.cs
- DesignerTransactionCloseEvent.cs
- ClaimTypeElementCollection.cs
- DynamicDataResources.Designer.cs
- TreeViewCancelEvent.cs
- TextFindEngine.cs
- KeyboardEventArgs.cs
- HasCopySemanticsAttribute.cs
- ParenthesizePropertyNameAttribute.cs
- TemplateField.cs
- PageStatePersister.cs
- RotationValidation.cs
- DefaultValueConverter.cs
- ReliableSession.cs
- TraceFilter.cs
- Msmq4SubqueuePoisonHandler.cs
- FilterException.cs
- MorphHelper.cs
- ProfileSettings.cs
- RoutedEventHandlerInfo.cs
- Journaling.cs
- KnownBoxes.cs
- MLangCodePageEncoding.cs
- X509ThumbprintKeyIdentifierClause.cs
- Walker.cs
- LinearQuaternionKeyFrame.cs
- Native.cs
- DiscoveryClient.cs
- Int32Storage.cs
- DataObjectCopyingEventArgs.cs
- UIElementIsland.cs
- UseManagedPresentationBindingElement.cs
- LineServicesCallbacks.cs
- PolyQuadraticBezierSegment.cs
- lengthconverter.cs
- XmlSchemaSimpleTypeUnion.cs