Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- InnerItemCollectionView.cs
- ChannelEndpointElement.cs
- StrokeFIndices.cs
- AppSettingsExpressionBuilder.cs
- OdbcCommand.cs
- Pair.cs
- Win32Native.cs
- QueueTransferProtocol.cs
- DrawingContextWalker.cs
- SimpleTypeResolver.cs
- HealthMonitoringSection.cs
- Matrix3DConverter.cs
- XmlEntity.cs
- UnsafeNativeMethods.cs
- TemplateBuilder.cs
- AppearanceEditorPart.cs
- ToolStripControlHost.cs
- SemanticValue.cs
- Sequence.cs
- BaseCAMarshaler.cs
- DefaultValueAttribute.cs
- LeftCellWrapper.cs
- WebPartConnectVerb.cs
- CodeTypeDeclaration.cs
- DataServiceKeyAttribute.cs
- TextEffect.cs
- TypedDataSetSchemaImporterExtension.cs
- ReadOnlyCollectionBase.cs
- FrameworkTextComposition.cs
- TableTextElementCollectionInternal.cs
- SchemaAttDef.cs
- ReferencedCollectionType.cs
- ItemList.cs
- BulletChrome.cs
- Parser.cs
- InternalControlCollection.cs
- SessionSwitchEventArgs.cs
- Version.cs
- ButtonField.cs
- FrameworkContextData.cs
- Preprocessor.cs
- ConfigurationPropertyAttribute.cs
- AlternateView.cs
- ViewStateModeByIdAttribute.cs
- contentDescriptor.cs
- FlowDocumentPageViewerAutomationPeer.cs
- WebConvert.cs
- DBSqlParser.cs
- SqlDataSourceWizardForm.cs
- NavigationProgressEventArgs.cs
- DataObjectCopyingEventArgs.cs
- AsmxEndpointPickerExtension.cs
- DataBinding.cs
- SoapIncludeAttribute.cs
- hresults.cs
- NameNode.cs
- MergeFailedEvent.cs
- UnsafeNativeMethods.cs
- ToolStripSystemRenderer.cs
- QilCloneVisitor.cs
- wmiprovider.cs
- LinqDataSourceValidationException.cs
- LineServices.cs
- DockingAttribute.cs
- PatternMatcher.cs
- AmbientProperties.cs
- UpdateException.cs
- GeneratedCodeAttribute.cs
- PersianCalendar.cs
- WebHttpElement.cs
- FamilyTypefaceCollection.cs
- PiiTraceSource.cs
- GridViewColumn.cs
- Underline.cs
- TextViewBase.cs
- ClientTarget.cs
- Registry.cs
- TextWriter.cs
- CodeGroup.cs
- BaseCollection.cs
- _AutoWebProxyScriptEngine.cs
- ObjectDataSourceSelectingEventArgs.cs
- SessionPageStatePersister.cs
- EventlogProvider.cs
- ResourceContainer.cs
- DbConnectionPool.cs
- ScriptManager.cs
- RedistVersionInfo.cs
- NamespaceEmitter.cs
- Vector.cs
- RawStylusActions.cs
- Single.cs
- SchemaCreator.cs
- EventDrivenDesigner.cs
- WebBaseEventKeyComparer.cs
- StringStorage.cs
- XmlSchemaSimpleType.cs
- IDReferencePropertyAttribute.cs
- CaseStatementProjectedSlot.cs
- CLSCompliantAttribute.cs