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
- TabletCollection.cs
- GeneralTransform2DTo3DTo2D.cs
- UInt16Converter.cs
- ProtocolsSection.cs
- AlignmentXValidation.cs
- ITreeGenerator.cs
- SimpleWorkerRequest.cs
- DllNotFoundException.cs
- ModuleElement.cs
- DataSourceCache.cs
- TemplateControlBuildProvider.cs
- SystemTcpStatistics.cs
- HMACRIPEMD160.cs
- JsonClassDataContract.cs
- TokenizerHelper.cs
- DataGridViewCheckBoxColumn.cs
- Rotation3D.cs
- XmlDocumentSerializer.cs
- QilList.cs
- HashMembershipCondition.cs
- SemaphoreFullException.cs
- HtmlTextArea.cs
- DefaultTraceListener.cs
- ToolStripDesignerAvailabilityAttribute.cs
- BaseValidator.cs
- PassportAuthentication.cs
- WebRequest.cs
- HandleCollector.cs
- CryptoKeySecurity.cs
- FormsAuthenticationUserCollection.cs
- Literal.cs
- DBConnectionString.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- SQLMoneyStorage.cs
- WebRequestModuleElement.cs
- mansign.cs
- InstanceNotFoundException.cs
- MethodImplAttribute.cs
- FrameworkEventSource.cs
- BindingSource.cs
- ToolStripStatusLabel.cs
- newinstructionaction.cs
- DataColumnChangeEvent.cs
- PrivilegeNotHeldException.cs
- ColorKeyFrameCollection.cs
- TransformationRules.cs
- OrderToken.cs
- XmlLangPropertyAttribute.cs
- SQLConvert.cs
- StatusBarPanelClickEvent.cs
- DbDataReader.cs
- BaseCollection.cs
- SamlSubject.cs
- XamlReader.cs
- DataTemplateSelector.cs
- MessageSecurityOverHttpElement.cs
- Rules.cs
- SqlSelectStatement.cs
- StatusBar.cs
- MsmqIntegrationProcessProtocolHandler.cs
- CodeThrowExceptionStatement.cs
- SecurityProtocolFactory.cs
- MultiSelector.cs
- GCHandleCookieTable.cs
- EntityDataSource.cs
- Aes.cs
- ContextBase.cs
- SharedPerformanceCounter.cs
- EmptyStringExpandableObjectConverter.cs
- VBCodeProvider.cs
- ButtonRenderer.cs
- DesignerActionVerbList.cs
- Attributes.cs
- ExecutedRoutedEventArgs.cs
- FunctionMappingTranslator.cs
- MessageBox.cs
- XamlStyleSerializer.cs
- UidManager.cs
- RsaSecurityToken.cs
- COM2PictureConverter.cs
- SafeFreeMibTable.cs
- DispatcherEventArgs.cs
- GetTokenRequest.cs
- ZoneIdentityPermission.cs
- CacheDependency.cs
- LayoutEditorPart.cs
- PerfProviderCollection.cs
- FacetDescriptionElement.cs
- SQLDecimal.cs
- ConsoleTraceListener.cs
- PartitionResolver.cs
- XpsS0ValidatingLoader.cs
- PropertyGridEditorPart.cs
- ClientTargetSection.cs
- EdgeModeValidation.cs
- OleDbRowUpdatedEvent.cs
- AsyncOperationManager.cs
- PropertyOverridesTypeEditor.cs
- _NativeSSPI.cs
- RectangleGeometry.cs