Class RequestProcessingException
Исключение, которое выдаётся в случае штатной ошибки при обработке запроса на сервере.
Inheritance
System.Object
System.Exception
RequestProcessingException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
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
[Serializable]
public class RequestProcessingException : Exception, ISerializable
Constructors
RequestProcessingException()
Declaration
public RequestProcessingException()
RequestProcessingException(ErrorCode)
Declaration
public RequestProcessingException(ErrorCode errorCode)
Parameters
| Type | Name | Description |
|---|---|---|
| ErrorCode | errorCode |
RequestProcessingException(ErrorCode, String)
Declaration
public RequestProcessingException(ErrorCode errorCode, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| ErrorCode | errorCode | |
| System.String | message |
RequestProcessingException(String)
Declaration
public RequestProcessingException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
Properties
ErrorCode
Дополнительный код ошибки, который передаётся вместе с исключением.
Declaration
public ErrorCode ErrorCode { get; }
Property Value
| Type | Description |
|---|---|
| ErrorCode |
Implements
System.Runtime.Serialization.ISerializable