ServerErrorException Class

Definition

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)

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.

Applies to