Результаты поиска для

    Show / Hide Table of Contents

    Class ApiException<TResult>

    Inheritance
    System.Object
    ApiException
    ApiException<TResult>
    Inherited Members
    ApiException.StatusCode
    ApiException.Response
    ApiException.Headers
    ApiException.ToString()
    Namespace: FastReport.Cloud
    Assembly: FastReport.Cloud.SDK.dll
    Syntax
    public class ApiException<TResult> : ApiException
    Type Parameters
    Name Description
    TResult

    Constructors

    ApiException(String, Int32, String, System.Collections.Generic.IReadOnlyDictionary<String, System.Collections.Generic.IEnumerable<String>>, TResult, System.Exception)

    Declaration
    public ApiException(string message, int statusCode, string response, System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IEnumerable<string>> headers, TResult result, System.Exception innerException)
    Parameters
    Type Name Description
    System.String message
    System.Int32 statusCode
    System.String response
    System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> headers
    TResult result
    System.Exception innerException

    Properties

    Result

    Declaration
    public TResult Result { get; }
    Property Value
    Type Description
    TResult
    Вверх © 1998-2025 ООО «Быстрые отчеты»