Code:
/ FX-1434 / FX-1434 / 1.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
- SubMenuStyle.cs
- ISAPIWorkerRequest.cs
- XmlLinkedNode.cs
- ObjectConverter.cs
- AspNetHostingPermission.cs
- NotFiniteNumberException.cs
- DiscreteKeyFrames.cs
- Sentence.cs
- FlowLayout.cs
- ManagedWndProcTracker.cs
- BinaryWriter.cs
- ConnectionModeReader.cs
- XsdCachingReader.cs
- MemoryMappedViewStream.cs
- XslVisitor.cs
- IfAction.cs
- WindowsListViewItemStartMenu.cs
- Adorner.cs
- RsaKeyGen.cs
- GeneralTransform.cs
- XmlSchemaInfo.cs
- SerializerWriterEventHandlers.cs
- ConnectionInterfaceCollection.cs
- GeneralTransform3DTo2DTo3D.cs
- XPathNavigator.cs
- UInt64.cs
- TableAutomationPeer.cs
- CrossAppDomainChannel.cs
- ServiceEndpoint.cs
- ResXResourceSet.cs
- DebugController.cs
- ExpressionPrefixAttribute.cs
- DbgUtil.cs
- VBIdentifierNameEditor.cs
- SchemaImporterExtension.cs
- WindowsTreeView.cs
- SqlParameterizer.cs
- TraceContextEventArgs.cs
- ReaderOutput.cs
- StringWriter.cs
- SchemeSettingElement.cs
- UserPersonalizationStateInfo.cs
- WebPartEventArgs.cs
- PromptStyle.cs
- MediaContextNotificationWindow.cs
- PathGeometry.cs
- SecurityResources.cs
- EdmType.cs
- SiteMapNode.cs
- DataGridViewTopLeftHeaderCell.cs
- Enumerable.cs
- TypeForwardedToAttribute.cs
- ChannelSinkStacks.cs
- TreeViewHitTestInfo.cs
- ReceiveDesigner.xaml.cs
- XpsResource.cs
- OdbcDataAdapter.cs
- TemplateEditingVerb.cs
- UpdatableGenericsFeature.cs
- XmlElementList.cs
- XpsS0ValidatingLoader.cs
- ValueSerializer.cs
- DocumentPageTextView.cs
- VersionValidator.cs
- WebBaseEventKeyComparer.cs
- ListMarkerSourceInfo.cs
- _AcceptOverlappedAsyncResult.cs
- DataBindingHandlerAttribute.cs
- CodeArrayIndexerExpression.cs
- SelectionRange.cs
- XpsThumbnail.cs
- Pointer.cs
- DispatchWrapper.cs
- NullableConverter.cs
- FlowDocumentPaginator.cs
- MissingMethodException.cs
- StateMachine.cs
- CodeTypeParameterCollection.cs
- Viewport2DVisual3D.cs
- CodeDefaultValueExpression.cs
- SecurityRuntime.cs
- AliasedSlot.cs
- CacheEntry.cs
- CompositeFontInfo.cs
- BitmapMetadataBlob.cs
- _SslSessionsCache.cs
- DataRelationPropertyDescriptor.cs
- SafeProcessHandle.cs
- GridViewRowCollection.cs
- HTMLTextWriter.cs
- WebBrowserProgressChangedEventHandler.cs
- RemoteHelper.cs
- MdbDataFileEditor.cs
- EventWaitHandle.cs
- wgx_render.cs
- SoapProcessingBehavior.cs
- RowBinding.cs
- BasicHttpSecurityMode.cs
- StringFunctions.cs
- TemplateParser.cs