ServerException members

Represents an exception that is thrown by the server during execution of a request sent from the client.

The ServerException type exposes the following members.

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property ServerErrorCode Gets the server error code.
Public property ServerErrorDetails Gets the detailed information about the exception on the server.
Public property ServerErrorTraceCorrelationId Gets the trace correlation ID for the current server exception.
Public property ServerErrorTypeName Get the type name of the exception that is thrown by the server.
Public property ServerErrorValue Gets possible additional information about the error code.
Public property ServerStackTrace Gets the call stack information about the exception on the server.
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method GetBaseException (Inherited from Exception.)
Public method GetObjectData (Inherited from Exception.)
Public method GetType (Inherited from Exception.)
Public method ToString Returns a string that represents the ServerException. (Overrides Exception.ToString().)

Top

Events

  Name Description
Protected event SerializeObjectState (Inherited from Exception.)

Top

See also

Reference

ServerException class

Microsoft.SharePoint.Client namespace