Class ErrorHelper
Inheritance
System.Object
ErrorHelper
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class ErrorHelper
Constructors
ErrorHelper()
Declaration
public ErrorHelper()
Methods
CreateHttpError(String, Exception)
Declaration
public static HttpError CreateHttpError(string message, Exception exception)
Parameters
System.
|
System.
|
Returns
CreateHttpError(String, String, Exception)
Declaration
public static HttpError CreateHttpError(string message, string exceptionMessage, Exception exception)
Parameters
System.
|
System.
|
System.
|
Returns
CreateHttpError(String, String, String, String)
Declaration
public static HttpError CreateHttpError(string message, string exceptionMessage, string exceptionTypeName, string stackTrace = null)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
GetErrorInfo(Exception)
Declaration
public static ErrorInfo GetErrorInfo(Exception exception)
Parameters
System.
|