Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextPointer.cs
- HtmlTableRow.cs
- XmlComment.cs
- FixedPageAutomationPeer.cs
- SplineKeyFrames.cs
- Application.cs
- Dump.cs
- WebPartConnectionsConfigureVerb.cs
- TdsParser.cs
- SapiRecognizer.cs
- CustomAttributeSerializer.cs
- PageEventArgs.cs
- ObjectSelectorEditor.cs
- QueryOutputWriter.cs
- _ProxyRegBlob.cs
- ScriptResourceMapping.cs
- DocumentApplication.cs
- FlowDocumentPage.cs
- LayoutManager.cs
- ControlAdapter.cs
- DbConnectionStringCommon.cs
- ToolStripDropDownButton.cs
- SamlAdvice.cs
- MessagePartDescriptionCollection.cs
- FilterElement.cs
- EditorPart.cs
- HtmlControlPersistable.cs
- ImageMap.cs
- DragEventArgs.cs
- XPathDocumentNavigator.cs
- FormViewCommandEventArgs.cs
- SingleTagSectionHandler.cs
- UIElementIsland.cs
- SelectionItemPattern.cs
- PlatformCulture.cs
- XmlSchemaAll.cs
- DownloadProgressEventArgs.cs
- Scene3D.cs
- EmulateRecognizeCompletedEventArgs.cs
- XmlBoundElement.cs
- SymmetricAlgorithm.cs
- XmlElementAttributes.cs
- JsonWriter.cs
- ResourcePermissionBase.cs
- ProgressBarHighlightConverter.cs
- SerializationInfo.cs
- FileDataSourceCache.cs
- ClusterSafeNativeMethods.cs
- SharedConnectionListener.cs
- Label.cs
- PlanCompiler.cs
- TableLayoutPanel.cs
- TextEditor.cs
- StaticTextPointer.cs
- ExpressionDumper.cs
- SvcMapFileLoader.cs
- IIS7WorkerRequest.cs
- ModuleElement.cs
- ElapsedEventArgs.cs
- ImageBrush.cs
- controlskin.cs
- ScriptManager.cs
- PrintPreviewDialog.cs
- ArrayElementGridEntry.cs
- ImportFileRequest.cs
- AutomationEvent.cs
- EntityDataSourceContextCreatedEventArgs.cs
- LockRecoveryTask.cs
- CfgParser.cs
- ColorConvertedBitmap.cs
- TrackingAnnotationCollection.cs
- CryptoApi.cs
- TypeElementCollection.cs
- TextEffectResolver.cs
- XmlObjectSerializerReadContext.cs
- CSharpCodeProvider.cs
- IndexerNameAttribute.cs
- RotationValidation.cs
- Image.cs
- ExpressionNode.cs
- safesecurityhelperavalon.cs
- FrameworkElement.cs
- XmlNodeList.cs
- RelatedView.cs
- FlowPosition.cs
- WSHttpTransportSecurityElement.cs
- StrongTypingException.cs
- ValidatorCollection.cs
- TogglePattern.cs
- TraceUtility.cs
- Dictionary.cs
- CssClassPropertyAttribute.cs
- ImageAnimator.cs
- RegisterResponseInfo.cs
- ParameterExpression.cs
- XslUrlEditor.cs
- CompressionTransform.cs
- WinFormsUtils.cs
- NativeMethods.cs
- SqlTransaction.cs