Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // 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) { } } } // 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
- MenuAutomationPeer.cs
- TablePattern.cs
- FileDialog.cs
- RequestQueryParser.cs
- SystemIPv4InterfaceProperties.cs
- IconHelper.cs
- basecomparevalidator.cs
- PageAction.cs
- ImageList.cs
- HtmlGenericControl.cs
- XmlArrayAttribute.cs
- ParameterBuilder.cs
- CharacterBuffer.cs
- ObjectKeyFrameCollection.cs
- BackgroundWorker.cs
- NetCodeGroup.cs
- AppDomainShutdownMonitor.cs
- XmlSchemaSimpleContentExtension.cs
- FrameAutomationPeer.cs
- EvidenceTypeDescriptor.cs
- EntityChangedParams.cs
- FillBehavior.cs
- AuthenticationModuleElementCollection.cs
- MouseButtonEventArgs.cs
- DeviceContexts.cs
- TimeoutException.cs
- XPathDocumentNavigator.cs
- DataGridViewCellCollection.cs
- HttpHandlersSection.cs
- BlurBitmapEffect.cs
- WindowInteropHelper.cs
- RelatedImageListAttribute.cs
- ZoneLinkButton.cs
- Pts.cs
- KoreanCalendar.cs
- AsnEncodedData.cs
- DbException.cs
- AddInAttribute.cs
- DataGridHeaderBorder.cs
- ColorConvertedBitmapExtension.cs
- SectionRecord.cs
- TextViewSelectionProcessor.cs
- ApplicationProxyInternal.cs
- SourceFileInfo.cs
- ServiceObjectContainer.cs
- FixedSOMTableCell.cs
- FixUp.cs
- TransformProviderWrapper.cs
- HtmlElementErrorEventArgs.cs
- recordstatefactory.cs
- securitycriticaldata.cs
- DesignTimeXamlWriter.cs
- StorageConditionPropertyMapping.cs
- ThreadExceptionEvent.cs
- WebPartManager.cs
- OdbcErrorCollection.cs
- ViewManagerAttribute.cs
- TraceUtils.cs
- serverconfig.cs
- FocusChangedEventArgs.cs
- EnterpriseServicesHelper.cs
- TdsParser.cs
- ProxyDataContractResolver.cs
- XmlAtomicValue.cs
- ValueConversionAttribute.cs
- VirtualPathUtility.cs
- TimeSpan.cs
- RectConverter.cs
- XsltCompileContext.cs
- odbcmetadatafactory.cs
- DriveInfo.cs
- XmlWellformedWriterHelpers.cs
- RegexCapture.cs
- Module.cs
- PointCollectionConverter.cs
- BindingEntityInfo.cs
- SourceItem.cs
- ColorBlend.cs
- FormsAuthenticationUser.cs
- Accessible.cs
- XmlQueryCardinality.cs
- CreateInstanceBinder.cs
- AsyncPostBackErrorEventArgs.cs
- SmtpDigestAuthenticationModule.cs
- _SpnDictionary.cs
- CatalogPart.cs
- Bitmap.cs
- StringComparer.cs
- XPathSelectionIterator.cs
- XmlSchemaIdentityConstraint.cs
- CounterSet.cs
- BindingCompleteEventArgs.cs
- VisualBasicValue.cs
- XmlSchemaComplexContentRestriction.cs
- WrapPanel.cs
- DummyDataSource.cs
- CharAnimationBase.cs
- OleDbDataReader.cs
- ToolStripSystemRenderer.cs
- SoapSchemaMember.cs