RangeNotOnWorksheetException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when the range provided does not exist on the worksheet.
public ref class RangeNotOnWorksheetException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Diagnostics.DebuggerNonUserCode]
[System.Serializable]
public sealed class RangeNotOnWorksheetException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Diagnostics.DebuggerNonUserCode>]
[<System.Serializable>]
type RangeNotOnWorksheetException = class
inherit RuntimeException
Public NotInheritable Class RangeNotOnWorksheetException
Inherits RuntimeException
- Inheritance
- Attributes