Class HttpError
Defines a class for storing error information.
Inheritance
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class HttpError
Constructors
HttpError()
Declaration
public HttpError()
Properties
ExceptionMessage
Gets or sets the message of the System.Exception if available.
Declaration
public string ExceptionMessage { get; set; }
Property Value
System.String
|
ExceptionType
Gets or sets the type of the System.Exception if available.
Declaration
public string ExceptionType { get; set; }
Property Value
System.String
|
Message
Gets or sets the high-level, user-visible message explaining the cause of the error.
Declaration
public string Message { get; set; }
Property Value
System.String
|
StackTrace
Gets or sets the stack trace information associated with this instance if available.
Declaration
public string StackTrace { get; set; }
Property Value
System.String
|