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
- ContextStack.cs
- InputMethod.cs
- AssemblyGen.cs
- CatalogPartChrome.cs
- DbXmlEnabledProviderManifest.cs
- ActivityStateQuery.cs
- SafeFileMapViewHandle.cs
- HttpHeaderCollection.cs
- HttpWebResponse.cs
- ApplicationServiceHelper.cs
- MyContact.cs
- DataGridColumn.cs
- Timeline.cs
- URIFormatException.cs
- SpeakCompletedEventArgs.cs
- XmlSchemaComplexContentExtension.cs
- PropertyInformationCollection.cs
- XMLDiffLoader.cs
- WebException.cs
- TextParentUndoUnit.cs
- AppDomainProtocolHandler.cs
- DataContractSerializerOperationGenerator.cs
- HotSpot.cs
- LeftCellWrapper.cs
- HtmlControl.cs
- ECDsa.cs
- ConnectivityStatus.cs
- DataControlFieldCell.cs
- ListComponentEditor.cs
- IsolatedStoragePermission.cs
- XmlAttributeAttribute.cs
- SingleKeyFrameCollection.cs
- VerificationException.cs
- BypassElement.cs
- TypeLibConverter.cs
- OutputScopeManager.cs
- ScrollPattern.cs
- XmlArrayItemAttributes.cs
- _MultipleConnectAsync.cs
- ExpressionVisitorHelpers.cs
- SequentialWorkflowRootDesigner.cs
- SqlInfoMessageEvent.cs
- PerformanceCounter.cs
- ObjectStateEntryDbDataRecord.cs
- TypePresenter.xaml.cs
- TextModifier.cs
- ManifestSignedXml.cs
- SynchronousChannel.cs
- Binding.cs
- MarshalByRefObject.cs
- ZipFileInfo.cs
- CounterCreationData.cs
- CollaborationHelperFunctions.cs
- XmlConvert.cs
- WindowsFormsSectionHandler.cs
- ClientSettings.cs
- Tool.cs
- TemplateControlBuildProvider.cs
- WebPartDeleteVerb.cs
- DataGridComboBoxColumn.cs
- SerializationAttributes.cs
- ResourceProviderFactory.cs
- WizardSideBarListControlItemEventArgs.cs
- FileUtil.cs
- ErrorHandler.cs
- StringCollection.cs
- EventLogPermissionEntry.cs
- HtmlHead.cs
- Rotation3DKeyFrameCollection.cs
- LocalServiceSecuritySettingsElement.cs
- DataGridViewLinkColumn.cs
- RemotingAttributes.cs
- EventLogTraceListener.cs
- Rfc4050KeyFormatter.cs
- ReadOnlyCollectionBuilder.cs
- HtmlInputFile.cs
- DropSource.cs
- TextBreakpoint.cs
- FileLoadException.cs
- DataListItemCollection.cs
- UrlPath.cs
- ReflectEventDescriptor.cs
- ExpressionEditor.cs
- Literal.cs
- PasswordRecovery.cs
- SmiContextFactory.cs
- SslStreamSecurityUpgradeProvider.cs
- backend.cs
- EditorBrowsableAttribute.cs
- SetterBaseCollection.cs
- TraceFilter.cs
- PointF.cs
- MethodImplAttribute.cs
- HtmlLiteralTextAdapter.cs
- Label.cs
- FontUnit.cs
- ThrowHelper.cs
- PointAnimationUsingKeyFrames.cs
- MsdtcClusterUtils.cs
- SessionState.cs