Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / RankException.cs / 1 / RankException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: RankException ** ** ** Purpose: For methods that are passed arrays with the wrong number of ** dimensions. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class RankException : SystemException { public RankException() : base(Environment.GetResourceString("Arg_RankException")) { SetErrorCode(__HResults.COR_E_RANK); } public RankException(String message) : base(message) { SetErrorCode(__HResults.COR_E_RANK); } public RankException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_RANK); } protected RankException(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: RankException ** ** ** Purpose: For methods that are passed arrays with the wrong number of ** dimensions. ** ** =============================================================================*/ namespace System { using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class RankException : SystemException { public RankException() : base(Environment.GetResourceString("Arg_RankException")) { SetErrorCode(__HResults.COR_E_RANK); } public RankException(String message) : base(message) { SetErrorCode(__HResults.COR_E_RANK); } public RankException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_RANK); } protected RankException(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
- ScrollChrome.cs
- ListQueryResults.cs
- TileBrush.cs
- WindowCollection.cs
- URLEditor.cs
- DispatchChannelSink.cs
- ResumeStoryboard.cs
- SqlUtils.cs
- StateRuntime.cs
- SelectionItemPattern.cs
- DiffuseMaterial.cs
- ScaleTransform3D.cs
- RuntimeArgumentHandle.cs
- WorkflowInstanceExtensionManager.cs
- BaseParagraph.cs
- SecureEnvironment.cs
- LinearKeyFrames.cs
- TimeSpanValidatorAttribute.cs
- SuppressMergeCheckAttribute.cs
- NopReturnReader.cs
- AnnouncementService.cs
- EntityReference.cs
- ChtmlCommandAdapter.cs
- DesignTimeData.cs
- AssemblyBuilderData.cs
- RectangleGeometry.cs
- ArithmeticException.cs
- TransactionTraceIdentifier.cs
- ErrorRuntimeConfig.cs
- _SingleItemRequestCache.cs
- RedirectionProxy.cs
- AsyncResult.cs
- PageRanges.cs
- SoapEnumAttribute.cs
- HttpListenerContext.cs
- NamespaceCollection.cs
- WebPartConnectionsEventArgs.cs
- SqlTopReducer.cs
- XmlSchemaSimpleType.cs
- Aggregates.cs
- TreeIterator.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- OleDbInfoMessageEvent.cs
- NavigationExpr.cs
- _AutoWebProxyScriptEngine.cs
- WebPartConnectVerb.cs
- SemanticBasicElement.cs
- ValidationResult.cs
- AutomationElementIdentifiers.cs
- DebuggerAttributes.cs
- DragDropManager.cs
- Blend.cs
- XmlIlGenerator.cs
- KeyGestureValueSerializer.cs
- BmpBitmapDecoder.cs
- OutputScopeManager.cs
- TreeViewHitTestInfo.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- UniqueConstraint.cs
- ParameterBuilder.cs
- LayoutInformation.cs
- SecureStringHasher.cs
- Quaternion.cs
- SafeWaitHandle.cs
- HtmlMeta.cs
- CustomPopupPlacement.cs
- EventLogPropertySelector.cs
- OraclePermissionAttribute.cs
- SharedStatics.cs
- AsyncWaitHandle.cs
- IDictionary.cs
- OleDbError.cs
- ProofTokenCryptoHandle.cs
- ConfigUtil.cs
- VectorAnimationUsingKeyFrames.cs
- CancellationScope.cs
- TextSelection.cs
- Brush.cs
- BlockUIContainer.cs
- ProcessHostFactoryHelper.cs
- ComponentCollection.cs
- OracleDataReader.cs
- PixelFormat.cs
- CallbackWrapper.cs
- IChannel.cs
- ProvideValueServiceProvider.cs
- SHA256CryptoServiceProvider.cs
- PeerTransportListenAddressValidator.cs
- LayoutTableCell.cs
- ClientCultureInfo.cs
- ExponentialEase.cs
- XMLDiffLoader.cs
- ClientTarget.cs
- TextElementCollectionHelper.cs
- SQLInt64Storage.cs
- DesignConnectionCollection.cs
- AtlasWeb.Designer.cs
- HttpStreamXmlDictionaryReader.cs
- DataRowComparer.cs
- SyndicationDeserializer.cs