Touchstone Re 2023 API Reference
Reason Property


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace > Status Class : Reason Property
Contains a Reason object that explains an error.
Syntax
Public Property Reason As Reason
Dim instance As Status
Dim value As Reason
 
instance.Reason = value
 
value = instance.Reason
public Reason Reason {get; set;}
Remarks
If a method does not return a response successfully, then the Reason consists of an Error Code and a Message that explain the error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Status Class
Status Members