ServiceNotStartedException Constructors

Definitie

Initialiseert een exemplaar van de ServiceNotStartedException klasse.

Overloads

Name Description
ServiceNotStartedException()

Initialiseert een exemplaar van de ServiceNotStartedException klasse.

ServiceNotStartedException(String)

Initialiseert een exemplaar van de ServiceNotStartedException klasse met het opgegeven foutbericht.

ServiceNotStartedException(SerializationInfo, StreamingContext)

Initialiseert een exemplaar van de ServiceNotStartedException klasse met geserialiseerde gegevens.

ServiceNotStartedException(String, Exception)

Initialiseert een exemplaar van de ServiceNotStartedException klasse met het opgegeven foutbericht en een verwijzing naar de binnenste uitzondering die de oorzaak van deze uitzondering is.

ServiceNotStartedException()

Initialiseert een exemplaar van de ServiceNotStartedException klasse.

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

Van toepassing op

ServiceNotStartedException(String)

Initialiseert een exemplaar van de ServiceNotStartedException klasse met het opgegeven foutbericht.

public:
 ServiceNotStartedException(System::String ^ message);
public ServiceNotStartedException(string message);
new System.IdentityModel.Selectors.ServiceNotStartedException : string -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String)

Parameters

message
String

Het bericht waarin de fout wordt beschreven.

Van toepassing op

ServiceNotStartedException(SerializationInfo, StreamingContext)

Initialiseert een exemplaar van de ServiceNotStartedException klasse met geserialiseerde gegevens.

protected:
 ServiceNotStartedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ServiceNotStartedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Selectors.ServiceNotStartedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Selectors.ServiceNotStartedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

Het SerializationInfo object dat de geserialiseerde objectgegevens bevat over de uitzondering die wordt gegenereerd.

context
StreamingContext

Het StreamingContext object met contextuele informatie over de bron of bestemming.

Van toepassing op

ServiceNotStartedException(String, Exception)

Initialiseert een exemplaar van de ServiceNotStartedException klasse met het opgegeven foutbericht en een verwijzing naar de binnenste uitzondering die de oorzaak van deze uitzondering is.

public:
 ServiceNotStartedException(System::String ^ message, Exception ^ innerException);
public ServiceNotStartedException(string message, Exception innerException);
new System.IdentityModel.Selectors.ServiceNotStartedException : string * Exception -> System.IdentityModel.Selectors.ServiceNotStartedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

Het bericht waarin de fout wordt beschreven.

innerException
Exception

De uitzondering die de oorzaak is van de huidige uitzondering.

Van toepassing op