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
- InputLangChangeEvent.cs
- EntityDesignerDataSourceView.cs
- XmlDesignerDataSourceView.cs
- BoundingRectTracker.cs
- XmlQueryStaticData.cs
- ChooseAction.cs
- SafeBitVector32.cs
- _LocalDataStoreMgr.cs
- AmbientProperties.cs
- WindowsRichEditRange.cs
- Token.cs
- BinaryWriter.cs
- ValueType.cs
- StringBlob.cs
- AttributeXamlType.cs
- ISAPIApplicationHost.cs
- WebPartsPersonalizationAuthorization.cs
- HttpContext.cs
- HyperLinkDataBindingHandler.cs
- TableCell.cs
- UDPClient.cs
- Encoder.cs
- RoleManagerEventArgs.cs
- Point.cs
- TextElementEnumerator.cs
- RenderContext.cs
- XDRSchema.cs
- PathParser.cs
- MailAddress.cs
- LicenseManager.cs
- AssociationSetEnd.cs
- XMLSchema.cs
- NameValueFileSectionHandler.cs
- Attributes.cs
- EncryptedData.cs
- EntityAdapter.cs
- MenuItemCollection.cs
- LineBreakRecord.cs
- HelpEvent.cs
- EntityDataSourceView.cs
- BrowserCapabilitiesCodeGenerator.cs
- AttributeXamlType.cs
- filewebrequest.cs
- ExpressionNormalizer.cs
- SizeConverter.cs
- FormView.cs
- SqlGatherConsumedAliases.cs
- BinaryFormatterWriter.cs
- FileChangesMonitor.cs
- BitmapEffectrendercontext.cs
- Base64Encoder.cs
- ListItemCollection.cs
- RouteTable.cs
- CheckBoxAutomationPeer.cs
- ReflectionTypeLoadException.cs
- FloatUtil.cs
- DXD.cs
- ProviderSettings.cs
- NavigatorOutput.cs
- BezierSegment.cs
- UnknownBitmapEncoder.cs
- ZipIOLocalFileBlock.cs
- BaseParser.cs
- _UriTypeConverter.cs
- CellParaClient.cs
- BitmapSizeOptions.cs
- PickDesigner.xaml.cs
- Brush.cs
- RelationshipEnd.cs
- Drawing.cs
- PointHitTestParameters.cs
- ProxyWebPartManager.cs
- SerializationHelper.cs
- RegistryDataKey.cs
- State.cs
- XpsTokenContext.cs
- PointAnimation.cs
- ChangeDirector.cs
- TimeZone.cs
- InputEventArgs.cs
- ProcessHostConfigUtils.cs
- IndexOutOfRangeException.cs
- FixedTextBuilder.cs
- FormViewUpdatedEventArgs.cs
- Schema.cs
- TypographyProperties.cs
- FormsIdentity.cs
- DoubleCollection.cs
- Directory.cs
- HMACMD5.cs
- Rotation3D.cs
- MetadataFile.cs
- DataGridViewToolTip.cs
- DbConnectionPoolGroupProviderInfo.cs
- EventTrigger.cs
- TreeWalker.cs
- ListViewUpdatedEventArgs.cs
- SiteMapPath.cs
- IdentitySection.cs
- ResXBuildProvider.cs