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
- XMLDiffLoader.cs
- ErrorHandlerModule.cs
- MultiBinding.cs
- PreDigestedSignedInfo.cs
- BmpBitmapEncoder.cs
- Visual3DCollection.cs
- XPathNodeIterator.cs
- SpecialNameAttribute.cs
- CdpEqualityComparer.cs
- SqlNodeAnnotation.cs
- LessThanOrEqual.cs
- StateManagedCollection.cs
- ChannelSinkStacks.cs
- LinqDataSourceDisposeEventArgs.cs
- XmlExceptionHelper.cs
- Debugger.cs
- CompositionDesigner.cs
- TextBoxBase.cs
- FileChangesMonitor.cs
- WebScriptEnablingBehavior.cs
- DragDropHelper.cs
- DataTableReaderListener.cs
- ListView.cs
- ButtonStandardAdapter.cs
- DesignerVerb.cs
- ShapeTypeface.cs
- FormattedTextSymbols.cs
- InlinedLocationReference.cs
- SystemPens.cs
- ScriptingJsonSerializationSection.cs
- ResourcesBuildProvider.cs
- DesignerAdapterAttribute.cs
- DeviceFilterEditorDialog.cs
- DrawingContextDrawingContextWalker.cs
- OdbcUtils.cs
- TextSelectionHighlightLayer.cs
- AssemblyContextControlItem.cs
- SQLUtility.cs
- EntityViewGenerator.cs
- EventSchemaTraceListener.cs
- SetIterators.cs
- DataGridViewComboBoxEditingControl.cs
- SqlUdtInfo.cs
- Point3DAnimation.cs
- TaskSchedulerException.cs
- DataGridTextBox.cs
- EncryptedXml.cs
- Logging.cs
- InputLanguageProfileNotifySink.cs
- SchemaCollectionPreprocessor.cs
- DragDeltaEventArgs.cs
- HTMLTextWriter.cs
- Attachment.cs
- DocumentSchemaValidator.cs
- XmlExceptionHelper.cs
- PrintController.cs
- InputEventArgs.cs
- StructuredType.cs
- util.cs
- SkipStoryboardToFill.cs
- NamedPipeTransportBindingElement.cs
- SafeTimerHandle.cs
- UpdateTranslator.cs
- PassportAuthentication.cs
- HwndMouseInputProvider.cs
- VarRefManager.cs
- AssociationTypeEmitter.cs
- ConsoleEntryPoint.cs
- ListItemConverter.cs
- CloudCollection.cs
- IPCCacheManager.cs
- TraceFilter.cs
- PromptStyle.cs
- GeometryHitTestParameters.cs
- QueryAsyncResult.cs
- XmlSchemaElement.cs
- AutomationIdentifierGuids.cs
- HelloOperation11AsyncResult.cs
- TableRow.cs
- Rotation3DAnimation.cs
- InputScopeConverter.cs
- HtmlEmptyTagControlBuilder.cs
- BrowserTree.cs
- ClonableStack.cs
- DataGridViewSelectedCellCollection.cs
- ConcurrentBag.cs
- EditorZone.cs
- XmlTextReaderImplHelpers.cs
- MergeLocalizationDirectives.cs
- AsyncContentLoadedEventArgs.cs
- ImmutableCommunicationTimeouts.cs
- WebPartMinimizeVerb.cs
- ReadOnlyHierarchicalDataSource.cs
- XmlSchemaCompilationSettings.cs
- __Filters.cs
- RichTextBoxAutomationPeer.cs
- RestClientProxyHandler.cs
- HttpWebRequest.cs
- PeerCollaborationPermission.cs
- SimpleApplicationHost.cs