ScriptExtensions
Assembly: ServiceStack.Common.dll
View Source
Declaration
public static class ScriptExtensions
Methods
InStopFilter(Exception, ScriptScopeContext, Object)
View Source
Declaration
public static object InStopFilter(this Exception ex, ScriptScopeContext scope, object options)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Exception | ex |
ServiceStack.Script.ScriptScopeContext | scope |
System.Object | options |
AsString(Object)
View Source
Declaration
public static string AsString(this object str)
Returns
System.String
Parameters
Type | Name |
---|---|
System.Object | str |