RangeNotOnWorksheetException (Constructor) (String, String, Exception)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.Office.Tools
Ensamblado: Microsoft.Office.Tools.v4.0.Framework (en Microsoft.Office.Tools.v4.0.Framework.dll)
Sintaxis
'Declaración
Public Sub New ( _
correctSheet As String, _
incorrectSheet As String, _
innerException As Exception _
)
public RangeNotOnWorksheetException(
string correctSheet,
string incorrectSheet,
Exception innerException
)
Parámetros
- correctSheet
Tipo: System.String
- incorrectSheet
Tipo: System.String
- innerException
Tipo: System.Exception
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
RangeNotOnWorksheetException Clase