CallResult Constructor

Tungsten Suite

CallResult Constructor

Overload List
  NameDescription
Public methodCallResult
Default constructor, initializes Success to false
Public methodCallResult(Boolean)
Constructor which accepts an initial value for Success
Public methodCallResult(Boolean, Exception)
Constructor which accepts an initial value for Success and an initial value for Exception
Top
See Also