TraceLogger.LastError Property
Gets the last error from CRM.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As TraceLogger
Dim value As String
value = instance.LastError
Syntax
'Declaration
Public ReadOnly Property LastError As String
public string LastError { get; }
public:
property String^ LastError {
String^ get ();
}
/** @property */
public String get_LastError ()
public function get LastError () : String
Property Value
Type: String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
TraceLogger Class
TraceLogger Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.