Class InternalServerErrorException
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
public sealed class InternalServerErrorException : MessagingException, ISerializable
- Inheritance
-
InternalServerErrorException
- Implements
- Inherited Members
- Extension Methods
Constructors
InternalServerErrorException()
public InternalServerErrorException()
InternalServerErrorException(MessagingExceptionDetail, TrackingContext)
public InternalServerErrorException(MessagingExceptionDetail detail, TrackingContext context)
Parameters
detail
MessagingExceptionDetailcontext
TrackingContext
InternalServerErrorException(TrackingContext)
public InternalServerErrorException(TrackingContext context)
Parameters
context
TrackingContext
InternalServerErrorException(Exception)
public InternalServerErrorException(Exception innerException)
Parameters
innerException
Exception
InternalServerErrorException(string)
public InternalServerErrorException(string message)
Parameters
message
string