Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- Stack.cs
- LabelExpression.cs
- SimpleLine.cs
- AlternateView.cs
- SafeFileMappingHandle.cs
- SplineKeyFrames.cs
- InvocationExpression.cs
- OdbcError.cs
- Guid.cs
- XmlnsCompatibleWithAttribute.cs
- RegexMatch.cs
- DataError.cs
- TrackBarRenderer.cs
- TraceUtility.cs
- StyleBamlRecordReader.cs
- ControlPropertyNameConverter.cs
- DictionarySectionHandler.cs
- SortedDictionary.cs
- CompositeActivityTypeDescriptor.cs
- RegistryPermission.cs
- InvokeMethodActivityDesigner.cs
- brushes.cs
- ObjectDataSourceMethodEventArgs.cs
- CryptoProvider.cs
- UserPrincipalNameElement.cs
- ProfileEventArgs.cs
- RootBrowserWindowAutomationPeer.cs
- SplitContainer.cs
- HeaderedItemsControl.cs
- Util.cs
- SqlCharStream.cs
- RecognizerBase.cs
- CodeConstructor.cs
- Configuration.cs
- SynchronizationLockException.cs
- AbstractExpressions.cs
- CodeNamespace.cs
- TextBoxRenderer.cs
- ObjectReferenceStack.cs
- SingleObjectCollection.cs
- DataControlPagerLinkButton.cs
- FormatConvertedBitmap.cs
- ReliabilityContractAttribute.cs
- MouseOverProperty.cs
- Constraint.cs
- TextModifier.cs
- UniqueEventHelper.cs
- DataColumnMapping.cs
- TypeConverterHelper.cs
- StateMachineHistory.cs
- ErrorInfoXmlDocument.cs
- CloudCollection.cs
- SharedPerformanceCounter.cs
- SmtpFailedRecipientsException.cs
- LongValidator.cs
- _ListenerAsyncResult.cs
- WindowsSolidBrush.cs
- UniqueEventHelper.cs
- DoubleConverter.cs
- OleDbDataReader.cs
- FormDesigner.cs
- TextLineBreak.cs
- WaitingCursor.cs
- DateTimeOffset.cs
- DataObjectAttribute.cs
- SelectedDatesCollection.cs
- EmptyEnumerator.cs
- RepeatEnumerable.cs
- HostingEnvironmentException.cs
- DataServiceHostFactory.cs
- SectionRecord.cs
- EventManager.cs
- RemotingServices.cs
- DiscoveryClientReferences.cs
- CodeTypeReferenceCollection.cs
- CompositeActivityMarkupSerializer.cs
- XmlDataImplementation.cs
- TextEffectCollection.cs
- TagMapCollection.cs
- QuadraticBezierSegment.cs
- BuildManagerHost.cs
- BitmapCodecInfoInternal.cs
- XmlILAnnotation.cs
- ResponseBodyWriter.cs
- StreamInfo.cs
- CheckBoxRenderer.cs
- InheritanceContextChangedEventManager.cs
- DesignerLabelAdapter.cs
- MetadataException.cs
- StringFunctions.cs
- SoapInteropTypes.cs
- MatrixTransform3D.cs
- ActionItem.cs
- HttpServerProtocol.cs
- SecureEnvironment.cs
- TimeoutTimer.cs
- ResourceDescriptionAttribute.cs
- ProviderSettings.cs
- WasAdminWrapper.cs
- PagedDataSource.cs