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
- WindowsFormsSynchronizationContext.cs
- ToolStripLocationCancelEventArgs.cs
- MessageEncodingBindingElement.cs
- ValueUtilsSmi.cs
- HostedImpersonationContext.cs
- Odbc32.cs
- HttpPostProtocolImporter.cs
- ExchangeUtilities.cs
- OverflowException.cs
- CacheAxisQuery.cs
- TypedTableBaseExtensions.cs
- DisableDpiAwarenessAttribute.cs
- XmlSchemaSet.cs
- ProtocolsSection.cs
- CompilationRelaxations.cs
- ViewPort3D.cs
- TypeDescriptionProviderAttribute.cs
- ExceptionHelpers.cs
- TransactionManager.cs
- WebPartConnectionsConfigureVerb.cs
- listitem.cs
- ProxyGenerationError.cs
- Panel.cs
- WindowsClaimSet.cs
- TemplateXamlParser.cs
- SweepDirectionValidation.cs
- RSACryptoServiceProvider.cs
- SqlError.cs
- AssemblyInfo.cs
- Partitioner.cs
- PageAsyncTaskManager.cs
- PowerModeChangedEventArgs.cs
- PropertyChangedEventArgs.cs
- DataServiceConfiguration.cs
- ZoneButton.cs
- _SafeNetHandles.cs
- DataGridTable.cs
- CngProperty.cs
- SamlAssertionKeyIdentifierClause.cs
- OdbcPermission.cs
- ResolveCriteria11.cs
- TableLayout.cs
- SQLUtility.cs
- WebPartEditorCancelVerb.cs
- NameValueSectionHandler.cs
- ByteConverter.cs
- dsa.cs
- TypeConverterBase.cs
- Rotation3DAnimationBase.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- DetailsView.cs
- TcpClientSocketManager.cs
- TreeViewImageIndexConverter.cs
- ButtonStandardAdapter.cs
- DataGridCell.cs
- WmlLinkAdapter.cs
- SqlCrossApplyToCrossJoin.cs
- AuthenticationException.cs
- CustomErrorsSectionWrapper.cs
- Vector3DCollectionConverter.cs
- CodeDirectiveCollection.cs
- WSTrust.cs
- BamlBinaryReader.cs
- XsltCompileContext.cs
- RecordsAffectedEventArgs.cs
- HtmlTableRowCollection.cs
- InvokeMethod.cs
- ReplacementText.cs
- UserNameSecurityToken.cs
- columnmapfactory.cs
- ControlPaint.cs
- EdmItemError.cs
- DotExpr.cs
- ArglessEventHandlerProxy.cs
- SQLInt32.cs
- OperationFormatter.cs
- ValuePatternIdentifiers.cs
- ControlDesigner.cs
- SslStream.cs
- DataGridViewHeaderCell.cs
- MachineKeyConverter.cs
- XmlAtomicValue.cs
- DataGridViewCheckBoxCell.cs
- Model3DGroup.cs
- FloatMinMaxAggregationOperator.cs
- FileDialogCustomPlacesCollection.cs
- Context.cs
- SoapElementAttribute.cs
- CellCreator.cs
- TileBrush.cs
- BufferModeSettings.cs
- IntSecurity.cs
- BasicCellRelation.cs
- xml.cs
- ExpandSegment.cs
- linebase.cs
- OleDbParameter.cs
- Bits.cs
- DataGridHyperlinkColumn.cs
- SharedConnectionWorkflowTransactionService.cs