Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / CompMod / System / ComponentModel / Design / CheckoutException.cs / 1 / CheckoutException.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design { using Microsoft.Win32; using System; using System.ComponentModel; using System.Diagnostics; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields")] // ReadOnly field - already shipped. [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] [Serializable] public class CheckoutException : ExternalException { ////// The exception thrown when an attempt is made to edit a file that is checked into /// a source control program. /// ////// public readonly static CheckoutException Canceled = new CheckoutException(SR.GetString(SR.CHECKOUTCanceled), NativeMethods.E_ABORT); ////// Initializes a ///that specifies that the checkout /// was /// canceled. This field is read-only. /// /// public CheckoutException() { } ////// Initializes /// a new instance of the ///class with no /// associated message or /// error code. /// /// public CheckoutException(string message) : base(message) { } ////// Initializes a new instance of the ////// class with the specified message. /// /// public CheckoutException(string message, int errorCode) : base(message, errorCode) { } ////// Initializes a new instance of the ////// class with the specified message and error code. /// /// Need this constructor since Exception implements ISerializable. We don't have any fields, /// so just forward this to base. /// protected CheckoutException(SerializationInfo info, StreamingContext context) : base(info, context) { } ////// Initializes a new instance of the Exception class with a specified error message and a /// reference to the inner exception that is the cause of this exception. /// FxCop CA1032: Multiple constructors are required to correctly implement a custom exception. /// public CheckoutException( string message, Exception innerException ) : base(message, innerException) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design { using Microsoft.Win32; using System; using System.ComponentModel; using System.Diagnostics; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2112:SecuredTypesShouldNotExposeFields")] // ReadOnly field - already shipped. [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] [Serializable] public class CheckoutException : ExternalException { ////// The exception thrown when an attempt is made to edit a file that is checked into /// a source control program. /// ////// public readonly static CheckoutException Canceled = new CheckoutException(SR.GetString(SR.CHECKOUTCanceled), NativeMethods.E_ABORT); ////// Initializes a ///that specifies that the checkout /// was /// canceled. This field is read-only. /// /// public CheckoutException() { } ////// Initializes /// a new instance of the ///class with no /// associated message or /// error code. /// /// public CheckoutException(string message) : base(message) { } ////// Initializes a new instance of the ////// class with the specified message. /// /// public CheckoutException(string message, int errorCode) : base(message, errorCode) { } ////// Initializes a new instance of the ////// class with the specified message and error code. /// /// Need this constructor since Exception implements ISerializable. We don't have any fields, /// so just forward this to base. /// protected CheckoutException(SerializationInfo info, StreamingContext context) : base(info, context) { } ////// Initializes a new instance of the Exception class with a specified error message and a /// reference to the inner exception that is the cause of this exception. /// FxCop CA1032: Multiple constructors are required to correctly implement a custom exception. /// public CheckoutException( string message, Exception innerException ) : base(message, innerException) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- WaitForChangedResult.cs
- ExpressionParser.cs
- MatchAttribute.cs
- DelegateSerializationHolder.cs
- BindingsCollection.cs
- SymbolUsageManager.cs
- CalendarDesigner.cs
- Configuration.cs
- CodeConditionStatement.cs
- EncoderParameters.cs
- ConfigXmlComment.cs
- GenericArgumentsUpdater.cs
- SimpleExpression.cs
- FileFormatException.cs
- NonNullItemCollection.cs
- DataBindingCollection.cs
- Clipboard.cs
- DbConvert.cs
- MdiWindowListStrip.cs
- RemotingConfigParser.cs
- GenericTypeParameterBuilder.cs
- TemplatedWizardStep.cs
- CultureInfoConverter.cs
- WebBodyFormatMessageProperty.cs
- SplitterPanelDesigner.cs
- SkewTransform.cs
- StreamWriter.cs
- ThrowHelper.cs
- EncoderExceptionFallback.cs
- BuildResultCache.cs
- ObjectParameterCollection.cs
- HyperLinkStyle.cs
- CompareValidator.cs
- CreateInstanceBinder.cs
- CharacterShapingProperties.cs
- InvalidPrinterException.cs
- PageRequestManager.cs
- SoundPlayer.cs
- XmlReaderSettings.cs
- SQLInt64Storage.cs
- ADRoleFactoryConfiguration.cs
- TargetControlTypeCache.cs
- CultureSpecificCharacterBufferRange.cs
- ExceptionList.cs
- SchemeSettingElement.cs
- XmlSchemaComplexContentExtension.cs
- SapiRecognizer.cs
- DigitalSignatureProvider.cs
- LabelTarget.cs
- XmlNamespaceMapping.cs
- ReadOnlyTernaryTree.cs
- PagedDataSource.cs
- EventLogPropertySelector.cs
- URLIdentityPermission.cs
- Unit.cs
- GrammarBuilder.cs
- QilXmlWriter.cs
- BackgroundFormatInfo.cs
- MultilineStringConverter.cs
- AutomationIdentifierGuids.cs
- COSERVERINFO.cs
- ModelItemImpl.cs
- DataContract.cs
- DataFieldCollectionEditor.cs
- ListMarkerLine.cs
- XpsImageSerializationService.cs
- EventRoute.cs
- MessageSecurityProtocol.cs
- SymLanguageType.cs
- BaseTemplateBuildProvider.cs
- SspiSafeHandles.cs
- OdbcCommand.cs
- MimeXmlReflector.cs
- XXXOnTypeBuilderInstantiation.cs
- ObjectDataSourceEventArgs.cs
- WasEndpointConfigContainer.cs
- ItemMap.cs
- RevocationPoint.cs
- DiffuseMaterial.cs
- CharAnimationUsingKeyFrames.cs
- ActivityTypeResolver.xaml.cs
- XsltQilFactory.cs
- CustomValidator.cs
- IdentifierService.cs
- SeverityFilter.cs
- ArgumentsParser.cs
- ContainerUIElement3D.cs
- MethodCallConverter.cs
- TextBoxBase.cs
- OracleCommandSet.cs
- InternalRelationshipCollection.cs
- WebBrowserSiteBase.cs
- PasswordRecovery.cs
- FontResourceCache.cs
- MetadataPropertyAttribute.cs
- nulltextcontainer.cs
- ExplicitDiscriminatorMap.cs
- XamlInt32CollectionSerializer.cs
- EmptyStringExpandableObjectConverter.cs