Represents complete service exception information

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class ExceptionDetailObject
Visual Basic
Public Class ExceptionDetailObject
Visual C++
public ref class ExceptionDetailObject
F#
type ExceptionDetailObject =  class end

Remarks

This class is used in preference to System.ServiceModel.ExceptionDetail to provide portability across all target platforms.

Inheritance Hierarchy

System..::..Object
  BrightstarDB.Dto..::..ExceptionDetailObject

See Also