Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BatchServiceResponseException<TResponse>

Represents a remote service exception that can have multiple service responses.

type

{TResponse} The type of the response.

Type parameters

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Initializes a new instance of BatchServiceResponseException.

    Parameters

    • serviceResponses: ServiceResponseCollection<TResponse>

      The list of responses to be associated with this exception.

    • message: string

      The message that describes the error.

    Returns BatchServiceResponseException

  • Initializes a new instance of BatchServiceResponseException.

    Parameters

    • serviceResponses: ServiceResponseCollection<TResponse>

      The list of responses to be associated with this exception.

    • message: string

      The message that describes the error.

    • innerException: Exception

      The exception that is the cause of the current exception.

    Returns BatchServiceResponseException

Properties

InnerException

InnerException: Exception

Message

Message: string

Private responses

responses: ServiceResponseCollection<TResponse>

The list of responses returned by the web method.

Accessors

ServiceResponses

  • Gets a list of responses returned by the web method.

    Returns ServiceResponseCollection<TResponse>

Methods

toString

  • toString(): string
  • override

    user JSON.stringify for now, todo: impelemtn real Exception tostring

    Returns string

Generated using TypeDoc