SharePointCommandException – konstruktor (String)
Inicializuje novou instanci SharePointCommandException třídy určené chybové zprávy.
Obor názvů: Microsoft.VisualStudio.SharePoint
Sestavení: Microsoft.VisualStudio.SharePoint (v Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Deklarace
Public Sub New ( _
message As String _
)
public SharePointCommandException(
string message
)
Parametry
- message
Typ: System.String
Zpráva popisující chybu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
SharePointCommandException Třída