ValidationResultInfo.StackTrace Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets or sets the stack trace of the error.

Namespace:  System.ServiceModel.DomainServices.Server
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StackTrace As String
    Get
    Set
'Usage
Dim instance As ValidationResultInfo
Dim value As String

value = instance.StackTrace

instance.StackTrace = value
[DataMemberAttribute(EmitDefaultValue = false)]
public string StackTrace { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ StackTrace {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StackTrace : string with get, set
function get StackTrace () : String
function set StackTrace (value : String)

Property Value

Type: System.String
The stack trace of the error.

See Also

Reference

ValidationResultInfo Class

System.ServiceModel.DomainServices.Server Namespace