ServerErrorException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An exception that is thrown by the Azure Service Bus when an error occurs while processing a request.
public class ServerErrorException : Exception
type ServerErrorException = class
inherit Exception
Public Class ServerErrorException
Inherits Exception
- Inheritance
-
System.ExceptionServerErrorException
Constructors
ServerErrorException() |
Initializes a new instance of the ServerErrorException class. |
ServerErrorException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ServerErrorException class with the specified serialization information and streaming context. |
ServerErrorException(String) |
Initializes a new instance of the ServerErrorException class with the specified error message. |
ServerErrorException(String, Exception) |
Initializes a new instance of the ServerErrorException class with the specified error message and inner exception. |