Freigeben über


InternalServerErrorException Konstruktoren

Definition

Überlädt

InternalServerErrorException()
InternalServerErrorException(TrackingContext)
InternalServerErrorException(Exception)
InternalServerErrorException(String)
InternalServerErrorException(MessagingExceptionDetail, TrackingContext)

InternalServerErrorException()

public InternalServerErrorException ();
Public Sub New ()

Gilt für:

InternalServerErrorException(TrackingContext)

public InternalServerErrorException (Microsoft.ServiceBus.Tracing.TrackingContext context);
new Microsoft.ServiceBus.Messaging.InternalServerErrorException : Microsoft.ServiceBus.Tracing.TrackingContext -> Microsoft.ServiceBus.Messaging.InternalServerErrorException
Public Sub New (context As TrackingContext)

Parameter

context
TrackingContext

Gilt für:

InternalServerErrorException(Exception)

public InternalServerErrorException (Exception innerException);
new Microsoft.ServiceBus.Messaging.InternalServerErrorException : Exception -> Microsoft.ServiceBus.Messaging.InternalServerErrorException
Public Sub New (innerException As Exception)

Parameter

innerException
Exception

Gilt für:

InternalServerErrorException(String)

public InternalServerErrorException (string message);
new Microsoft.ServiceBus.Messaging.InternalServerErrorException : string -> Microsoft.ServiceBus.Messaging.InternalServerErrorException
Public Sub New (message As String)

Parameter

message
String

Gilt für:

InternalServerErrorException(MessagingExceptionDetail, TrackingContext)

public InternalServerErrorException (Microsoft.ServiceBus.Messaging.MessagingExceptionDetail detail, Microsoft.ServiceBus.Tracing.TrackingContext context);
new Microsoft.ServiceBus.Messaging.InternalServerErrorException : Microsoft.ServiceBus.Messaging.MessagingExceptionDetail * Microsoft.ServiceBus.Tracing.TrackingContext -> Microsoft.ServiceBus.Messaging.InternalServerErrorException
Public Sub New (detail As MessagingExceptionDetail, context As TrackingContext)

Parameter

context
TrackingContext

Gilt für: