Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / Tools / WSATConfig / Configuration / WsatAdminException.cs / 1305376 / WsatAdminException.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.Tools.ServiceModel.WsatConfig { using System; class WsatAdminException : Exception { WsatAdminErrorCode errCode; internal WsatAdminException(WsatAdminErrorCode errCode, string errMessage) : base(errMessage) { this.errCode = errCode; } internal WsatAdminException(WsatAdminErrorCode errCode, string errMessage, Exception innerException) : base(errMessage, innerException) { this.errCode = errCode; } internal WsatAdminErrorCode ErrorCode { get { return this.errCode; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.Tools.ServiceModel.WsatConfig { using System; class WsatAdminException : Exception { WsatAdminErrorCode errCode; internal WsatAdminException(WsatAdminErrorCode errCode, string errMessage) : base(errMessage) { this.errCode = errCode; } internal WsatAdminException(WsatAdminErrorCode errCode, string errMessage, Exception innerException) : base(errMessage, innerException) { this.errCode = errCode; } internal WsatAdminErrorCode ErrorCode { get { return this.errCode; } } } } // 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
- SolidColorBrush.cs
- DoneReceivingAsyncResult.cs
- ProcessThreadCollection.cs
- AssociationSet.cs
- GeneralTransform.cs
- ObjectHandle.cs
- BooleanSwitch.cs
- XsltQilFactory.cs
- DesignerLoader.cs
- DetailsViewUpdatedEventArgs.cs
- SQLInt32.cs
- WebPartDisplayModeEventArgs.cs
- DesignColumn.cs
- XPathParser.cs
- TaskForm.cs
- BufferBuilder.cs
- tooltip.cs
- MenuItem.cs
- ResourcePermissionBaseEntry.cs
- XMLUtil.cs
- QueryOptionExpression.cs
- CodeTypeOfExpression.cs
- Validator.cs
- QilLiteral.cs
- UIElement.cs
- ActivityDesigner.cs
- ContainerActivationHelper.cs
- QualifiedCellIdBoolean.cs
- DeviceSpecificDesigner.cs
- securitycriticaldataClass.cs
- XXXOnTypeBuilderInstantiation.cs
- CheckBoxList.cs
- SnapshotChangeTrackingStrategy.cs
- ResourceProviderFactory.cs
- DateTimeConstantAttribute.cs
- SendDesigner.xaml.cs
- FontStretches.cs
- Button.cs
- TextRangeAdaptor.cs
- SqlBooleanizer.cs
- ApplicationFileCodeDomTreeGenerator.cs
- LineInfo.cs
- ObfuscateAssemblyAttribute.cs
- ClientUriBehavior.cs
- _PooledStream.cs
- HashAlgorithm.cs
- RightsManagementEncryptionTransform.cs
- XPathMessageFilterElementComparer.cs
- GradientSpreadMethodValidation.cs
- TableLayoutPanelCellPosition.cs
- XmlSortKey.cs
- SetStoryboardSpeedRatio.cs
- FactoryGenerator.cs
- DataGridViewCellEventArgs.cs
- GradientBrush.cs
- DiscreteKeyFrames.cs
- WCFBuildProvider.cs
- BooleanExpr.cs
- RefExpr.cs
- TypeForwardedToAttribute.cs
- MultiPageTextView.cs
- ConnectivityStatus.cs
- FormatterServices.cs
- ImageCodecInfoPrivate.cs
- ImpersonateTokenRef.cs
- cookiecollection.cs
- ColumnClickEvent.cs
- TrustManager.cs
- GB18030Encoding.cs
- securitycriticaldataClass.cs
- elementinformation.cs
- HostAdapter.cs
- CancellationState.cs
- StaticSiteMapProvider.cs
- GridViewRowPresenterBase.cs
- DesignerForm.cs
- ApplicationSecurityManager.cs
- QilReplaceVisitor.cs
- ScrollEvent.cs
- SettingsPropertyValue.cs
- Encoder.cs
- UnsignedPublishLicense.cs
- SwitchElementsCollection.cs
- NativeCompoundFileAPIs.cs
- MatrixConverter.cs
- EventLogPermissionHolder.cs
- BaseValidator.cs
- FontNamesConverter.cs
- Translator.cs
- BitmapMetadata.cs
- WindowsAuthenticationModule.cs
- PasswordTextNavigator.cs
- CodeObjectCreateExpression.cs
- BrushMappingModeValidation.cs
- XmlCompatibilityReader.cs
- X509SubjectKeyIdentifierClause.cs
- InfoCardConstants.cs
- InkCollectionBehavior.cs
- DoubleLink.cs
- HandledMouseEvent.cs