P4s3PortalWebSvc lastError FieldA Sandcastle Documented Class Library
Used to keep track of the last exception. For debugging purposes programmers can call GetLastError after invoking a web facing method to see if there were any exceptions thrown.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private Exception lastError

Field Value

Type: Exception
See Also