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.String
message
|
System.Exception
exception
|
Returns
HttpError
|
CreateHttpError(String, String, Exception)
Declaration
public static HttpError CreateHttpError(string message, string exceptionMessage, Exception exception)
Parameters
System.String
message
|
System.String
exceptionMessage
|
System.Exception
exception
|
Returns
HttpError
|
CreateHttpError(String, String, String, String)
Declaration
public static HttpError CreateHttpError(string message, string exceptionMessage, string exceptionTypeName, string stackTrace = null)
Parameters
System.String
message
|
System.String
exceptionMessage
|
System.String
exceptionTypeName
|
System.String
stackTrace
|
Returns
HttpError
|
GetErrorInfo(Exception)
Declaration
public static ErrorInfo GetErrorInfo(Exception exception)
Parameters
System.Exception
exception
|
Returns
ErrorInfo
|