Search Results for

    Show / Hide Table of Contents

    Class RequestParameterException

    Выдаётся в случае если параметры запроса оказались неверными.

    Inheritance
    System.Object
    System.Exception
    RequestProcessingException
    RequestParameterException
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    RequestProcessingException.ErrorCode
    System.Exception.GetBaseException()
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lers
    Assembly: Lers.Server.System.dll
    Syntax
    public class RequestParameterException : RequestProcessingException, ISerializable

    Constructors

    RequestParameterException()

    Declaration
    public RequestParameterException()

    RequestParameterException(String)

    Declaration
    public RequestParameterException(string paramName)
    Parameters
    Type Name Description
    System.String paramName

    RequestParameterException(String, String)

    Declaration
    public RequestParameterException(string message, string paramName)
    Parameters
    Type Name Description
    System.String message
    System.String paramName

    Properties

    ParamName

    Declaration
    public string ParamName { get; }
    Property Value
    Type Description
    System.String

    Implements

    System.Runtime.Serialization.ISerializable
    In This Article
    Back to top ©2018 - 2026, ООО "ЛЭРС УЧЁТ"