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
- LookupBindingPropertiesAttribute.cs
- ModifiableIteratorCollection.cs
- LocationReferenceValue.cs
- DNS.cs
- ClientEventManager.cs
- MailMessage.cs
- SizeAnimationBase.cs
- DeflateStream.cs
- TableAutomationPeer.cs
- Visitor.cs
- SqlServices.cs
- XmlConverter.cs
- DrawingVisual.cs
- TypeUnloadedException.cs
- pingexception.cs
- BindingElement.cs
- User.cs
- RtType.cs
- DependencyProperty.cs
- UserPreferenceChangedEventArgs.cs
- WasEndpointConfigContainer.cs
- TriState.cs
- XmlMapping.cs
- log.cs
- WmlLiteralTextAdapter.cs
- Quaternion.cs
- EntityDataSourceContextCreatedEventArgs.cs
- OnOperation.cs
- TreeNodeBindingCollection.cs
- Transform.cs
- WindowsListViewGroupHelper.cs
- BitmapEffect.cs
- ContractNamespaceAttribute.cs
- ChannelSinkStacks.cs
- ListParagraph.cs
- KeyPressEvent.cs
- ConsumerConnectionPoint.cs
- BrowserCapabilitiesCodeGenerator.cs
- ParserContext.cs
- RegistrationServices.cs
- XmlByteStreamReader.cs
- LocatorGroup.cs
- GroupByExpressionRewriter.cs
- ArraySubsetEnumerator.cs
- TogglePatternIdentifiers.cs
- NativeWindow.cs
- SerializerWriterEventHandlers.cs
- ConfigXmlSignificantWhitespace.cs
- ElementHostAutomationPeer.cs
- Viewport2DVisual3D.cs
- ImmutableAssemblyCacheEntry.cs
- Base64Decoder.cs
- SHA256.cs
- FixedPageStructure.cs
- QueryIntervalOp.cs
- SessionPageStatePersister.cs
- FormsAuthenticationTicket.cs
- TemplateInstanceAttribute.cs
- Group.cs
- X509DefaultServiceCertificateElement.cs
- ArrayExtension.cs
- ReferenceService.cs
- AssemblyResolver.cs
- RuleSettings.cs
- COAUTHIDENTITY.cs
- OdbcConnectionString.cs
- ViewManager.cs
- StorageConditionPropertyMapping.cs
- ReferenceConverter.cs
- QueryOutputWriter.cs
- NativeMethodsOther.cs
- GenericPrincipal.cs
- CodeMemberMethod.cs
- CredentialCache.cs
- WeakReferenceEnumerator.cs
- TTSEvent.cs
- DataGridColumnReorderingEventArgs.cs
- AnnotationService.cs
- securitycriticaldataClass.cs
- XmlAnyAttributeAttribute.cs
- XmlDocumentFragment.cs
- RoleProviderPrincipal.cs
- QilLiteral.cs
- BaseServiceProvider.cs
- SqlRecordBuffer.cs
- IISUnsafeMethods.cs
- ValueSerializer.cs
- FlowDocumentPage.cs
- SharedPersonalizationStateInfo.cs
- ConfigurationHandlersInstallComponent.cs
- PointCollection.cs
- VarInfo.cs
- Symbol.cs
- Brush.cs
- PlatformCulture.cs
- FlowLayoutSettings.cs
- CodeIterationStatement.cs
- RegisteredDisposeScript.cs
- SqlFunctionAttribute.cs
- AbstractExpressions.cs