10using System.Runtime.Serialization;
66 if (ex.TargetSite !=
null)
68 if (ex.InnerException !=
null)
Message containing details about any server-side exception.
WcfErrorInfo(Exception ex)
Creates an instance of the object.
string ExceptionTypeName
Type name of the exception object.
string Message
Message from the exception object.
string Source
Source of the exception object.
string StackTrace
Stack trace from the exception object.
WcfErrorInfo InnerError
WcfErrorInfo object containing information about any inner exception of the original exception.
string TargetSiteName
Target site name from the exception object.