Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- SelectionItemPattern.cs
- SelectionWordBreaker.cs
- LiteralTextParser.cs
- SingleObjectCollection.cs
- BindingContext.cs
- TimelineClockCollection.cs
- StringReader.cs
- InvokeWebServiceDesigner.cs
- NativeMethods.cs
- ConversionValidationRule.cs
- Timer.cs
- BuildDependencySet.cs
- UserCancellationException.cs
- StylusButton.cs
- ToolboxItemImageConverter.cs
- ObjectListCommandCollection.cs
- JsonUriDataContract.cs
- JournalEntry.cs
- Psha1DerivedKeyGenerator.cs
- ProfilePropertyNameValidator.cs
- LinearGradientBrush.cs
- GridLength.cs
- StreamReader.cs
- FieldInfo.cs
- ContentValidator.cs
- DocumentSchemaValidator.cs
- AdornerLayer.cs
- _TransmitFileOverlappedAsyncResult.cs
- KerberosSecurityTokenParameters.cs
- ObjectIDGenerator.cs
- BoolExpr.cs
- HMACMD5.cs
- SafeNativeMethodsCLR.cs
- CounterCreationData.cs
- XmlArrayAttribute.cs
- PerformanceCounterPermissionEntry.cs
- SpeakProgressEventArgs.cs
- parserscommon.cs
- InvariantComparer.cs
- SectionVisual.cs
- SessionStateContainer.cs
- WebPart.cs
- DeferredTextReference.cs
- ProvideValueServiceProvider.cs
- CodeSnippetExpression.cs
- TreeView.cs
- COM2PictureConverter.cs
- SByte.cs
- HttpValueCollection.cs
- SqlRowUpdatedEvent.cs
- ObjectListTitleAttribute.cs
- InstalledFontCollection.cs
- MethodRental.cs
- Panel.cs
- XsltArgumentList.cs
- UserValidatedEventArgs.cs
- Splitter.cs
- ObjRef.cs
- InvalidPipelineStoreException.cs
- InternalControlCollection.cs
- Action.cs
- NameObjectCollectionBase.cs
- DnsElement.cs
- Helper.cs
- ProfileSection.cs
- FigureHelper.cs
- FileStream.cs
- GetWorkflowTree.cs
- Inline.cs
- COMException.cs
- QilExpression.cs
- Style.cs
- ProcessThread.cs
- XmlNodeReader.cs
- ResourceExpression.cs
- CellParaClient.cs
- GetRecipientRequest.cs
- PauseStoryboard.cs
- DependencyObject.cs
- IDQuery.cs
- VariantWrapper.cs
- CodeDefaultValueExpression.cs
- TextChange.cs
- ToolboxComponentsCreatingEventArgs.cs
- FormatSettings.cs
- PenLineJoinValidation.cs
- DynamicArgumentDialog.cs
- ImagingCache.cs
- ImplicitInputBrush.cs
- coordinator.cs
- Point3DCollection.cs
- Operator.cs
- RadioButtonStandardAdapter.cs
- XmlReflectionMember.cs
- WindowsScrollBar.cs
- Exception.cs
- HWStack.cs
- COM2ICategorizePropertiesHandler.cs
- BinaryObjectReader.cs
- DefaultCommandExtensionCallback.cs