Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / InteropServices / SafeArrayRankMismatchException.cs / 1305376 / 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); } [System.Security.SecuritySafeCritical] // auto-generated 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
- AstTree.cs
- DependencyProperty.cs
- PasswordTextContainer.cs
- XslNumber.cs
- ListControl.cs
- KerberosSecurityTokenAuthenticator.cs
- ProxyWebPart.cs
- ComponentDesigner.cs
- EventItfInfo.cs
- XmlDocumentType.cs
- CollectionEditVerbManager.cs
- StateManagedCollection.cs
- CalendarKeyboardHelper.cs
- CatalogPartChrome.cs
- XmlMapping.cs
- Socket.cs
- Light.cs
- HMACSHA256.cs
- WinEventWrap.cs
- ChtmlTextWriter.cs
- OutOfProcStateClientManager.cs
- UnsafeNativeMethodsPenimc.cs
- CodeSnippetStatement.cs
- XsltCompileContext.cs
- SqlDependency.cs
- TextContainerChangedEventArgs.cs
- wmiprovider.cs
- DataRow.cs
- HtmlPhoneCallAdapter.cs
- WebPartActionVerb.cs
- XmlSerializationWriter.cs
- WebBrowserDesigner.cs
- ReflectionUtil.cs
- PriorityChain.cs
- SpeechSeg.cs
- PolicyLevel.cs
- MetadataCache.cs
- InfocardChannelParameter.cs
- RolePrincipal.cs
- PointLight.cs
- RecipientInfo.cs
- SaveFileDialog.cs
- DictionaryContent.cs
- XmlToDatasetMap.cs
- CodePrimitiveExpression.cs
- ProviderUtil.cs
- WinInetCache.cs
- TemplatedMailWebEventProvider.cs
- Input.cs
- DefaultEvaluationContext.cs
- MaskInputRejectedEventArgs.cs
- SafeBitVector32.cs
- Util.cs
- PenLineCapValidation.cs
- CannotUnloadAppDomainException.cs
- IntMinMaxAggregationOperator.cs
- ItemCheckedEvent.cs
- GridView.cs
- SynchronizedChannelCollection.cs
- TransactionScopeDesigner.cs
- TypeElement.cs
- _HeaderInfoTable.cs
- DataGridViewCellParsingEventArgs.cs
- FixedPage.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- CatalogZone.cs
- DataGridViewCellValueEventArgs.cs
- PropertiesTab.cs
- CustomErrorsSectionWrapper.cs
- DetailsViewRow.cs
- AlignmentYValidation.cs
- AssociationTypeEmitter.cs
- InvalidEnumArgumentException.cs
- XmlHierarchicalDataSourceView.cs
- RowUpdatedEventArgs.cs
- BaseTemplateBuildProvider.cs
- ClipboardProcessor.cs
- SafeNativeMethodsOther.cs
- TextBoxBaseDesigner.cs
- DataGridViewCellCollection.cs
- SessionStateSection.cs
- NodeLabelEditEvent.cs
- BinaryObjectWriter.cs
- DataProtection.cs
- WebPartConnectionsConfigureVerb.cs
- XXXInfos.cs
- SqlFacetAttribute.cs
- GestureRecognizer.cs
- OleDbSchemaGuid.cs
- ParseNumbers.cs
- ResourcesBuildProvider.cs
- ErrorFormatter.cs
- UnconditionalPolicy.cs
- ApplicationDirectoryMembershipCondition.cs
- Vars.cs
- RectAnimation.cs
- PasswordRecoveryDesigner.cs
- _NetworkingPerfCounters.cs
- VirtualDirectoryMapping.cs
- LicenseException.cs