Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- _AutoWebProxyScriptEngine.cs
- MarkupWriter.cs
- DataServiceQueryOfT.cs
- LinkArea.cs
- SAPIEngineTypes.cs
- PreDigestedSignedInfo.cs
- BitStream.cs
- AtomicFile.cs
- SqlDataSourceSelectingEventArgs.cs
- UIElement3D.cs
- DictionaryEditChange.cs
- ManipulationStartedEventArgs.cs
- CalculatedColumn.cs
- FrugalList.cs
- PrefixHandle.cs
- Thickness.cs
- SspiWrapper.cs
- NamedPipeTransportSecurityElement.cs
- ApplicationCommands.cs
- WindowsRichEditRange.cs
- SynthesizerStateChangedEventArgs.cs
- Internal.cs
- Facet.cs
- BitmapSizeOptions.cs
- BufferedMessageWriter.cs
- VisualBasic.cs
- EditorPartCollection.cs
- CellRelation.cs
- PropertyChangedEventArgs.cs
- DataGridColumnDropSeparator.cs
- DiagnosticTraceRecords.cs
- CryptoKeySecurity.cs
- XPathAncestorQuery.cs
- ImmutablePropertyDescriptorGridEntry.cs
- OdbcPermission.cs
- UrlMappingCollection.cs
- NonVisualControlAttribute.cs
- DataGridPagingPage.cs
- ToolStripDropDown.cs
- ActivityExecutionContext.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- SoapExtensionTypeElementCollection.cs
- InfoCardProofToken.cs
- DetailsViewUpdateEventArgs.cs
- XmlDataContract.cs
- ReferentialConstraint.cs
- TemplatedMailWebEventProvider.cs
- SqlAliaser.cs
- CompositeActivityValidator.cs
- XmlMemberMapping.cs
- WindowsListViewScroll.cs
- Visual.cs
- WizardPanelChangingEventArgs.cs
- PublisherMembershipCondition.cs
- TextModifierScope.cs
- FontNamesConverter.cs
- SchemaTypeEmitter.cs
- NamedObject.cs
- ToolStripInSituService.cs
- GlobalProxySelection.cs
- ReadContentAsBinaryHelper.cs
- TextServicesHost.cs
- SchemaElementLookUpTable.cs
- MetadataCache.cs
- ViewGenerator.cs
- ExecutedRoutedEventArgs.cs
- TextTreeTextElementNode.cs
- TypeInitializationException.cs
- FormsAuthenticationModule.cs
- UrlMappingsSection.cs
- Knowncolors.cs
- XPathNodeHelper.cs
- DoWhileDesigner.xaml.cs
- HandleCollector.cs
- KeyValueInternalCollection.cs
- HttpResponseHeader.cs
- ZipIOLocalFileDataDescriptor.cs
- DataServiceQueryContinuation.cs
- SystemEvents.cs
- KnownIds.cs
- InvalidCastException.cs
- UseAttributeSetsAction.cs
- EventLogger.cs
- SkipQueryOptionExpression.cs
- XPathDocumentNavigator.cs
- AlignmentXValidation.cs
- CryptoProvider.cs
- TableParaClient.cs
- ToolStripSettings.cs
- BindingManagerDataErrorEventArgs.cs
- MessageSmuggler.cs
- ContextMenuService.cs
- GridViewUpdatedEventArgs.cs
- HwndSubclass.cs
- FrameAutomationPeer.cs
- SlotInfo.cs
- MessageContractMemberAttribute.cs
- DataColumn.cs
- QueuePathEditor.cs
- CurrentTimeZone.cs