Construtor RangeNotOnWorksheetException (String)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.v4.0.Framework (em Microsoft.Office.Tools.v4.0.Framework.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
public RangeNotOnWorksheetException(
string message
)
Parâmetros
- message
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
RangeNotOnWorksheetException Classe