RangeNotOnWorksheetException Class
The exception that is thrown when the range provided does not exist on the worksheet.
Assembly: Microsoft.Office.Tools.v4.0.Framework (in Microsoft.Office.Tools.v4.0.Framework.dll)
System::Exception
Microsoft.VisualStudio.Tools.Applications.Runtime::RuntimeException
Microsoft.Office.Tools::RangeNotOnWorksheetException
| Name | Description | |
|---|---|---|
![]() | RangeNotOnWorksheetException() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RangeNotOnWorksheetException(Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RangeNotOnWorksheetException(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RangeNotOnWorksheetException(String^, Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RangeNotOnWorksheetException(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | RangeNotOnWorksheetException(String^, String^, Exception^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

