RangeNotOnWorksheetException Class

Definition

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
RangeNotOnWorksheetException
Attributes

Constructors

RangeNotOnWorksheetException()
RangeNotOnWorksheetException(Exception)
RangeNotOnWorksheetException(String)
RangeNotOnWorksheetException(String, Exception)
RangeNotOnWorksheetException(String, String)
RangeNotOnWorksheetException(String, String, Exception)

Applies to