Code:
/ 4.0 / 4.0 / 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. 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
- SmtpReplyReaderFactory.cs
- CodeDomSerializationProvider.cs
- SQLMoney.cs
- _ProxyChain.cs
- PopupEventArgs.cs
- ReflectEventDescriptor.cs
- AppDomainFactory.cs
- OleDbDataReader.cs
- FrameSecurityDescriptor.cs
- QuaternionAnimationBase.cs
- _WinHttpWebProxyDataBuilder.cs
- PluggableProtocol.cs
- DataTablePropertyDescriptor.cs
- SqlBooleanizer.cs
- QilGeneratorEnv.cs
- FloaterBaseParaClient.cs
- Message.cs
- StructuredTypeInfo.cs
- DrawingImage.cs
- DescendantBaseQuery.cs
- WebControlAdapter.cs
- Type.cs
- WebPartRestoreVerb.cs
- PieceDirectory.cs
- ListViewGroupCollectionEditor.cs
- SQLSingleStorage.cs
- FullTextState.cs
- MethodBuilder.cs
- xmlfixedPageInfo.cs
- ByteAnimation.cs
- DBDataPermissionAttribute.cs
- PersianCalendar.cs
- PermissionSetEnumerator.cs
- CombinedTcpChannel.cs
- ServiceHostingEnvironment.cs
- X509ScopedServiceCertificateElementCollection.cs
- _LoggingObject.cs
- Shape.cs
- InlineCollection.cs
- DataGridColumnCollection.cs
- TextEditorCopyPaste.cs
- TextEditorContextMenu.cs
- Lasso.cs
- ellipse.cs
- TextViewBase.cs
- RecommendedAsConfigurableAttribute.cs
- OciLobLocator.cs
- precedingsibling.cs
- ConsoleEntryPoint.cs
- ConfigurationLockCollection.cs
- RefreshPropertiesAttribute.cs
- Simplifier.cs
- TypeReference.cs
- SafeThreadHandle.cs
- WindowsFormsEditorServiceHelper.cs
- ExpandableObjectConverter.cs
- PointCollectionConverter.cs
- SHA384.cs
- HitTestWithGeometryDrawingContextWalker.cs
- RunInstallerAttribute.cs
- OptimizedTemplateContentHelper.cs
- GlobalizationAssembly.cs
- ServiceBusyException.cs
- ClassGenerator.cs
- PropertyTabAttribute.cs
- OletxTransactionFormatter.cs
- ReadingWritingEntityEventArgs.cs
- CompoundFileStreamReference.cs
- SwitchLevelAttribute.cs
- SmtpSection.cs
- ConfigurationSection.cs
- UshortList2.cs
- FileDataSourceCache.cs
- CroppedBitmap.cs
- DispatchChannelSink.cs
- EventTrigger.cs
- SaveFileDialog.cs
- Debug.cs
- XdrBuilder.cs
- RestHandler.cs
- HttpCacheParams.cs
- DataColumn.cs
- DbgUtil.cs
- Socket.cs
- MemberCollection.cs
- FocusTracker.cs
- QuestionEventArgs.cs
- UnicodeEncoding.cs
- InternalSafeNativeMethods.cs
- ProviderMetadata.cs
- Vector3DValueSerializer.cs
- ButtonRenderer.cs
- AttributeAction.cs
- GridErrorDlg.cs
- HttpCapabilitiesBase.cs
- Content.cs
- PersistenceTypeAttribute.cs
- ToolStripItemCollection.cs
- LingerOption.cs
- AutoGeneratedField.cs