Class ErrorHelper
Inheritance
System.Object
ErrorHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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, String)
Declaration
public static HttpError CreateHttpError(string message, string exceptionMessage, string exceptionTypeName)
Parameters
System.String
message
|
System.String
exceptionMessage
|
System.String
exceptionTypeName
|
Returns
HttpError
|
GetErrorInfo(Exception)
Declaration
public static ErrorInfo GetErrorInfo(Exception exception)
Parameters
System.Exception
exception
|
Returns
ErrorInfo
|