Sdílet prostřednictvím


SharePointCommandException Konstruktory

Definice

Přetížení

SharePointCommandException()

Inicializuje novou instanci SharePointCommandException třídy.

SharePointCommandException(String)

Inicializuje novou instanci SharePointCommandException třídy se zadanou chybovou zprávou.

SharePointCommandException(SerializationInfo, StreamingContext)

Inicializuje novou instanci třídy SharePointCommandException se serializovanými daty.

SharePointCommandException(String, Exception)

Inicializuje novou instanci SharePointCommandException třídy se zadanou chybovou zprávou a odkazem na vnitřní výjimku, která výjimku způsobila.

SharePointCommandException(String, String, String, String)

Inicializuje novou instanci SharePointCommandException třídy se zadanou chybovou zprávou, úplným názvem typu a původním trasování zásobníku.

SharePointCommandException(String, String, String, String, Exception)

Inicializuje novou instanci SharePointCommandException třídy se zadanou chybovou zprávou, úplným názvem typu, trasování původního zásobníku a odkazem na vnitřní výjimku, která výjimku způsobila.

SharePointCommandException()

Inicializuje novou instanci SharePointCommandException třídy.

public:
 SharePointCommandException();
public SharePointCommandException ();
Public Sub New ()

Platí pro

SharePointCommandException(String)

Inicializuje novou instanci SharePointCommandException třídy se zadanou chybovou zprávou.

public:
 SharePointCommandException(System::String ^ message);
public SharePointCommandException (string message);
new Microsoft.VisualStudio.SharePoint.SharePointCommandException : string -> Microsoft.VisualStudio.SharePoint.SharePointCommandException
Public Sub New (message As String)

Parametry

message
String

Zpráva popisující chybu.

Platí pro

SharePointCommandException(SerializationInfo, StreamingContext)

Inicializuje novou instanci třídy SharePointCommandException se serializovanými daty.

protected:
 SharePointCommandException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SharePointCommandException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.SharePoint.SharePointCommandException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.SharePoint.SharePointCommandException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

SerializationInfo objektu, který obsahuje serializovaná data objektu o vyvolání výjimky.

context
StreamingContext

SerializationInfo Objekt, který obsahuje kontextové informace o zdroji nebo cíli.

Platí pro

SharePointCommandException(String, Exception)

Inicializuje novou instanci SharePointCommandException třídy se zadanou chybovou zprávou a odkazem na vnitřní výjimku, která výjimku způsobila.

public:
 SharePointCommandException(System::String ^ message, Exception ^ innerException);
public SharePointCommandException (string message, Exception innerException);
new Microsoft.VisualStudio.SharePoint.SharePointCommandException : string * Exception -> Microsoft.VisualStudio.SharePoint.SharePointCommandException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Chybová zpráva, která vysvětluje důvod výjimky.

innerException
Exception

Výjimka, která je příčinou aktuální výjimky innerException Pokud parametr není odkaz null (Nothing v jazyce Visual Basic), je aktuální výjimka vyvolána v catch bloku, který zpracovává vnitřní výjimku.

Platí pro

SharePointCommandException(String, String, String, String)

Inicializuje novou instanci SharePointCommandException třídy se zadanou chybovou zprávou, úplným názvem typu a původním trasování zásobníku.

public:
 SharePointCommandException(System::String ^ message, System::String ^ commandId, System::String ^ fullTypeName, System::String ^ originalStackTrace);
public SharePointCommandException (string message, string commandId, string fullTypeName, string originalStackTrace);
new Microsoft.VisualStudio.SharePoint.SharePointCommandException : string * string * string * string -> Microsoft.VisualStudio.SharePoint.SharePointCommandException
Public Sub New (message As String, commandId As String, fullTypeName As String, originalStackTrace As String)

Parametry

message
String

Chybová zpráva, která vysvětluje důvod výjimky.

commandId
String

ID příkazu, který vyvolal výjimku.

fullTypeName
String

Úplný název typu třídy příkazu, která vyvolala výjimku.

originalStackTrace
String

Původní trasování zásobníku výjimky v procesu vssphost4.exe.

Platí pro

SharePointCommandException(String, String, String, String, Exception)

Inicializuje novou instanci SharePointCommandException třídy se zadanou chybovou zprávou, úplným názvem typu, trasování původního zásobníku a odkazem na vnitřní výjimku, která výjimku způsobila.

public:
 SharePointCommandException(System::String ^ message, System::String ^ commandId, System::String ^ fullTypeName, System::String ^ originalStackTrace, Exception ^ innerException);
public SharePointCommandException (string message, string commandId, string fullTypeName, string originalStackTrace, Exception innerException);
new Microsoft.VisualStudio.SharePoint.SharePointCommandException : string * string * string * string * Exception -> Microsoft.VisualStudio.SharePoint.SharePointCommandException
Public Sub New (message As String, commandId As String, fullTypeName As String, originalStackTrace As String, innerException As Exception)

Parametry

message
String

Chybová zpráva, která vysvětluje důvod výjimky.

commandId
String

ID příkazu, který vyvolal výjimku.

fullTypeName
String

Úplný název typu třídy příkazu, která vyvolala výjimku.

originalStackTrace
String

Původní trasování zásobníku výjimky v procesu vssphost4.exe.

innerException
Exception

Výjimka, která je příčinou aktuální výjimky innerException Pokud parametr není odkaz null (Nothing v jazyce Visual Basic), je aktuální výjimka vyvolána v catch bloku, který zpracovává vnitřní výjimku.

Platí pro