Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlSchemaSimpleContentExtension.cs
- XmlValidatingReaderImpl.cs
- PerfService.cs
- GroupByExpressionRewriter.cs
- CodeThrowExceptionStatement.cs
- SafeWaitHandle.cs
- DocumentPageHost.cs
- ConnectionConsumerAttribute.cs
- basenumberconverter.cs
- ICollection.cs
- Menu.cs
- SortFieldComparer.cs
- AmbientValueAttribute.cs
- PropertyGeneratedEventArgs.cs
- ServiceDebugElement.cs
- GiveFeedbackEvent.cs
- ReadWriteObjectLock.cs
- ImportCatalogPart.cs
- ObjectDataProvider.cs
- MetadataItemCollectionFactory.cs
- ScriptingAuthenticationServiceSection.cs
- HwndHost.cs
- mansign.cs
- VersionedStream.cs
- DataServiceHost.cs
- ThreadStateException.cs
- OrderingInfo.cs
- RectangleGeometry.cs
- SoapCodeExporter.cs
- DataGridViewColumnCollectionEditor.cs
- AnalyzedTree.cs
- EventDrivenDesigner.cs
- RadioButtonPopupAdapter.cs
- SqlCacheDependencyDatabaseCollection.cs
- MsmqProcessProtocolHandler.cs
- CommandHelpers.cs
- ConnectionStringsExpressionBuilder.cs
- DrawingAttributeSerializer.cs
- WebPartCancelEventArgs.cs
- ObjectFullSpanRewriter.cs
- DbParameterHelper.cs
- ResourceDefaultValueAttribute.cs
- DataRecordObjectView.cs
- SemanticAnalyzer.cs
- DeploymentSection.cs
- UriTemplateLiteralPathSegment.cs
- StringOutput.cs
- MultiAsyncResult.cs
- Rect.cs
- VerificationAttribute.cs
- ThicknessAnimationUsingKeyFrames.cs
- OleDbCommand.cs
- SQLBoolean.cs
- Converter.cs
- PeerName.cs
- SystemColors.cs
- XmlWrappingReader.cs
- ToolStripDesigner.cs
- RadioButtonList.cs
- SamlSecurityToken.cs
- ProxyHwnd.cs
- DataGridViewColumnEventArgs.cs
- StringSource.cs
- XmlQueryTypeFactory.cs
- VisualStyleTypesAndProperties.cs
- DeclarativeCatalogPart.cs
- OutOfMemoryException.cs
- ConfigXmlComment.cs
- GuidTagList.cs
- VisualProxy.cs
- Cursors.cs
- DateTimeConstantAttribute.cs
- TranslateTransform3D.cs
- DomNameTable.cs
- XamlTreeBuilderBamlRecordWriter.cs
- MetafileHeader.cs
- ISCIIEncoding.cs
- TextRunCache.cs
- DrawingContextWalker.cs
- FunctionDetailsReader.cs
- EngineSite.cs
- ObjectKeyFrameCollection.cs
- BuilderPropertyEntry.cs
- LockCookie.cs
- InfoCardRSACryptoProvider.cs
- SinglePhaseEnlistment.cs
- ColumnMapTranslator.cs
- LineGeometry.cs
- DataExpression.cs
- ExpressionWriter.cs
- FunctionImportMapping.cs
- FontWeight.cs
- PenContexts.cs
- FormViewInsertEventArgs.cs
- SectionUpdates.cs
- CultureInfoConverter.cs
- UnauthorizedWebPart.cs
- _Connection.cs
- _IPv4Address.cs
- PropertyChangedEventManager.cs