VsaException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| VsaException() |
Dit lid ondersteunt de .NET Framework-infrastructuur en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt. |
| VsaException(VsaError) |
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken. Initialiseert een nieuw exemplaar van de VsaException klasse met de opgegeven fout. |
| VsaException(String) |
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken. Initialiseert een nieuw exemplaar van de VsaException klasse met het opgegeven foutbericht. |
| VsaException(VsaError, String) |
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken. Initialiseert een nieuw exemplaar van de VsaException klasse met de opgegeven fout en het extra bericht. |
| VsaException(SerializationInfo, StreamingContext) |
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken. Initialiseert een nieuw exemplaar van de VsaException klasse met de opgegeven serialisatiegegevens en streamingcontext. |
| VsaException(String, Exception) |
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken. Initialiseert een nieuw exemplaar van de VsaException klasse met het opgegeven foutbericht en een verwijzing naar de binnenste uitzondering. |
| VsaException(VsaError, String, Exception) |
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken. Initialiseert een nieuw exemplaar van de VsaException klasse met het opgegeven fouttype, foutbericht en een verwijzing naar de interne uitzondering. |
VsaException()
Dit lid ondersteunt de .NET Framework-infrastructuur en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.
public:
VsaException();
public VsaException();
Public Sub New ()
Van toepassing op
VsaException(VsaError)
Initialiseert een nieuw exemplaar van de VsaException klasse met de opgegeven fout.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
VsaException(Microsoft::Vsa::VsaError error);
public VsaException(Microsoft.Vsa.VsaError error);
new Microsoft.Vsa.VsaException : Microsoft.Vsa.VsaError -> Microsoft.Vsa.VsaException
Public Sub New (error As VsaError)
Parameters
- error
- VsaError
De fout bij het beleddigen.
Van toepassing op
VsaException(String)
Initialiseert een nieuw exemplaar van de VsaException klasse met het opgegeven foutbericht.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
VsaException(System::String ^ message);
public VsaException(string message);
new Microsoft.Vsa.VsaException : string -> Microsoft.Vsa.VsaException
Public Sub New (message As String)
Parameters
- message
- String
Het foutbericht dat de reden voor de uitzondering aangeeft.
Van toepassing op
VsaException(VsaError, String)
Initialiseert een nieuw exemplaar van de VsaException klasse met de opgegeven fout en het extra bericht.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
VsaException(Microsoft::Vsa::VsaError error, System::String ^ message);
public VsaException(Microsoft.Vsa.VsaError error, string message);
new Microsoft.Vsa.VsaException : Microsoft.Vsa.VsaError * string -> Microsoft.Vsa.VsaException
Public Sub New (error As VsaError, message As String)
Parameters
- error
- VsaError
De fout bij het beleddigen.
- message
- String
Extra bericht weergegeven als tekenreeks.
Van toepassing op
VsaException(SerializationInfo, StreamingContext)
Initialiseert een nieuw exemplaar van de VsaException klasse met de opgegeven serialisatiegegevens en streamingcontext.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
VsaException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
public VsaException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Vsa.VsaException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Vsa.VsaException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
De serialisatie-informatie.
- context
- StreamingContext
De streamingcontext.
Van toepassing op
VsaException(String, Exception)
Initialiseert een nieuw exemplaar van de VsaException klasse met het opgegeven foutbericht en een verwijzing naar de binnenste uitzondering.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
VsaException(System::String ^ message, Exception ^ innerException);
public VsaException(string message, Exception innerException);
new Microsoft.Vsa.VsaException : string * Exception -> Microsoft.Vsa.VsaException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
In het foutbericht wordt de reden voor de uitzondering uitgelegd.
- innerException
- Exception
De uitzondering die de oorzaak is van de huidige uitzondering.
Van toepassing op
VsaException(VsaError, String, Exception)
Initialiseert een nieuw exemplaar van de VsaException klasse met het opgegeven fouttype, foutbericht en een verwijzing naar de interne uitzondering.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
VsaException(Microsoft::Vsa::VsaError error, System::String ^ message, Exception ^ innerException);
public VsaException(Microsoft.Vsa.VsaError error, string message, Exception innerException);
new Microsoft.Vsa.VsaException : Microsoft.Vsa.VsaError * string * Exception -> Microsoft.Vsa.VsaException
Public Sub New (error As VsaError, message As String, innerException As Exception)
Parameters
- error
- VsaError
Een van de opsommingswaarden die het soort fout aangeeft.
- message
- String
In het foutbericht wordt de reden voor de uitzondering uitgelegd.
- innerException
- Exception
De uitzondering die de oorzaak is van de huidige uitzondering.