Class ErrorInfo
Telerik internal use only.
Inheritance
System.Object
ErrorInfo
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class ErrorInfo
Constructors
ErrorInfo(HttpStatusCode)
Telerik internal use only.
Declaration
public ErrorInfo(HttpStatusCode statusCode)
Parameters
System.
|
ErrorInfo(String, HttpStatusCode)
Telerik internal use only.
Declaration
public ErrorInfo(string message, HttpStatusCode statusCode)
Parameters
System.
|
System.
|
Properties
Message
Telerik internal use only.
Declaration
public string Message { get; set; }
Property Value
System.
|
StatusCode
Telerik internal use only.
Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
System.
|