Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Runtime / InteropServices / SafeArrayRankMismatchException.cs / 1 / SafeArrayRankMismatchException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: SafeArrayRankMismatchException ** ** Purpose: This exception is thrown when the runtime rank of a safe array ** is different than the array rank specified in the metadata. ** =============================================================================*/ namespace System.Runtime.InteropServices { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] public class SafeArrayRankMismatchException : SystemException { public SafeArrayRankMismatchException() : base(Environment.GetResourceString("Arg_SafeArrayRankMismatchException")) { SetErrorCode(__HResults.COR_E_SAFEARRAYRANKMISMATCH); } public SafeArrayRankMismatchException(String message) : base(message) { SetErrorCode(__HResults.COR_E_SAFEARRAYRANKMISMATCH); } public SafeArrayRankMismatchException(String message, Exception inner) : base(message, inner) { SetErrorCode(__HResults.COR_E_SAFEARRAYRANKMISMATCH); } protected SafeArrayRankMismatchException(SerializationInfo info, StreamingContext context) : base(info, context) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XPathNodePointer.cs
- HashLookup.cs
- LinqDataSourceEditData.cs
- OutputCacheProfile.cs
- Label.cs
- StringCollectionEditor.cs
- ContentTextAutomationPeer.cs
- HandledEventArgs.cs
- DbProviderSpecificTypePropertyAttribute.cs
- GcSettings.cs
- FragmentNavigationEventArgs.cs
- MimeTypeMapper.cs
- WebReference.cs
- XmlSchemaAnnotated.cs
- DispatchWrapper.cs
- CommandValueSerializer.cs
- GeneralTransform.cs
- MasterPageBuildProvider.cs
- DirectionalLight.cs
- PropertyGridView.cs
- PerformanceCountersElement.cs
- NavigationProperty.cs
- WebSysDisplayNameAttribute.cs
- HttpRequestCacheValidator.cs
- CacheDependency.cs
- DateTimeFormatInfoScanner.cs
- DatatypeImplementation.cs
- HyperLinkColumn.cs
- UnsafeNativeMethods.cs
- CodePropertyReferenceExpression.cs
- Expression.cs
- MatrixAnimationUsingPath.cs
- SoapIncludeAttribute.cs
- ButtonStandardAdapter.cs
- Italic.cs
- SemanticResolver.cs
- MimeFormatExtensions.cs
- CustomError.cs
- PhotoPrintingIntent.cs
- DataReaderContainer.cs
- KeyedHashAlgorithm.cs
- FunctionCommandText.cs
- StringAnimationBase.cs
- Renderer.cs
- BooleanSwitch.cs
- RegexRunnerFactory.cs
- EventLogPropertySelector.cs
- EntityKey.cs
- CacheSection.cs
- GenericUriParser.cs
- MenuItemBindingCollection.cs
- EncodingInfo.cs
- ButtonPopupAdapter.cs
- GenericRootAutomationPeer.cs
- PropertyGridCommands.cs
- GatewayDefinition.cs
- UInt32Converter.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ReferenceSchema.cs
- RemotingConfiguration.cs
- CriticalHandle.cs
- MappableObjectManager.cs
- ValidationSummary.cs
- TopClause.cs
- ControlCachePolicy.cs
- BuildResult.cs
- GuidConverter.cs
- MSG.cs
- Filter.cs
- DesignerUtils.cs
- CfgSemanticTag.cs
- DefaultHttpHandler.cs
- OpenFileDialog.cs
- Int32RectValueSerializer.cs
- BindingContext.cs
- VerticalAlignConverter.cs
- FixedSOMPage.cs
- NameValueSectionHandler.cs
- DispatcherTimer.cs
- ResizeGrip.cs
- QilStrConcat.cs
- XPathNodeHelper.cs
- TransformedBitmap.cs
- PreparingEnlistment.cs
- RootProfilePropertySettingsCollection.cs
- CacheMemory.cs
- AssemblyUtil.cs
- OperationPickerDialog.cs
- SqlParameterizer.cs
- BamlLocalizabilityResolver.cs
- StreamUpgradeProvider.cs
- UrlPropertyAttribute.cs
- DbgCompiler.cs
- BinHexDecoder.cs
- InternalSafeNativeMethods.cs
- SqlReorderer.cs
- HelpEvent.cs
- _FtpControlStream.cs
- RectangleGeometry.cs
- SimpleMailWebEventProvider.cs