Class CallbackException

Special return type used to indicate that an exception was fired on the server. This object is JSON serialized and the client can check for Result.IsCallbackError to see if a a failure occured on the server.

System.Object
  System.Exception
    Westwind.Web.CallbackException
public class CallbackException : Exception

Class Members

MemberDescription

Constructor

isCallbackError

message

stackTrace

statusCode

Requirements

Namespace: Westwind.Web
Assembly: westwind.web.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic