Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- COAUTHIDENTITY.cs
- ReadOnlyDataSourceView.cs
- Point4D.cs
- TraceXPathNavigator.cs
- SecurityMessageProperty.cs
- DiscoveryCallbackBehavior.cs
- WorkflowMarkupSerializationManager.cs
- TTSEngineProxy.cs
- ListBoxItem.cs
- ManualResetEvent.cs
- ProtocolsSection.cs
- KeyboardNavigation.cs
- XmlAtomicValue.cs
- OracleInternalConnection.cs
- StreamGeometry.cs
- ExclusiveCanonicalizationTransform.cs
- AttachedAnnotationChangedEventArgs.cs
- DataGridLength.cs
- TrackingParticipant.cs
- ResourceIDHelper.cs
- SmiConnection.cs
- SafeNativeMethods.cs
- IndicCharClassifier.cs
- PriorityChain.cs
- OwnerDrawPropertyBag.cs
- ThemeableAttribute.cs
- StreamWriter.cs
- RegistrySecurity.cs
- Triangle.cs
- OdbcException.cs
- DeliveryRequirementsAttribute.cs
- SettingsProperty.cs
- XmlAttributeHolder.cs
- ZipIOExtraFieldPaddingElement.cs
- SHA384Managed.cs
- EdmRelationshipRoleAttribute.cs
- CompositeFontFamily.cs
- StrongNamePublicKeyBlob.cs
- Hashtable.cs
- TreeViewImageKeyConverter.cs
- WebHttpBehavior.cs
- EmptyStringExpandableObjectConverter.cs
- CryptoConfig.cs
- StoreConnection.cs
- ApplicationProxyInternal.cs
- DbConnectionPoolIdentity.cs
- FontSource.cs
- GridViewAutoFormat.cs
- XmlSchemaAnnotated.cs
- SocketStream.cs
- ImportDesigner.xaml.cs
- MeasurementDCInfo.cs
- BitmapMetadataEnumerator.cs
- QueryGeneratorBase.cs
- InputBinding.cs
- XPathExpr.cs
- EntityConnectionStringBuilder.cs
- DBSqlParserColumn.cs
- State.cs
- PropertyEmitterBase.cs
- ListViewAutomationPeer.cs
- TabletDeviceInfo.cs
- ScrollViewer.cs
- EntityModelBuildProvider.cs
- PersistenceTypeAttribute.cs
- Timeline.cs
- DataBoundControlHelper.cs
- DockingAttribute.cs
- ClientSponsor.cs
- MessagingDescriptionAttribute.cs
- IChannel.cs
- X509Extension.cs
- InternalConfigRoot.cs
- ThreadExceptionEvent.cs
- PixelFormats.cs
- Sorting.cs
- ClientRuntimeConfig.cs
- ScriptManagerProxy.cs
- TdsParser.cs
- SqlDuplicator.cs
- InternalConfigRoot.cs
- CheckBoxStandardAdapter.cs
- ConsoleEntryPoint.cs
- ObjectView.cs
- PropertyInfo.cs
- LinkUtilities.cs
- CustomValidator.cs
- SrgsOneOf.cs
- AssemblyAttributes.cs
- LineBreakRecord.cs
- PrintEvent.cs
- SoapInteropTypes.cs
- HierarchicalDataSourceControl.cs
- NameValueConfigurationCollection.cs
- WebBrowserBase.cs
- XmlSerializationReader.cs
- AsyncOperationManager.cs
- BaseCodePageEncoding.cs
- GroupByQueryOperator.cs
- UidManager.cs