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.
[System.Serializable]
public class ServerErrorException : Exception
[<System.Serializable>]
type ServerErrorException = class
inherit Exception
Public Class ServerErrorException
Inherits Exception
- Inheritance
-
ServerErrorException
- Attributes
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, Exception) |
Initializes a new instance of the ServerErrorException class with the specified error message and inner exception. |
ServerErrorException(String) |
Initializes a new instance of the ServerErrorException class with the specified error message. |
Applies to
Azure SDK for .NET