SmsSendMessageResult.TransportFailureCause Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the error code for a transport failure associated with the send operation.
public:
property int TransportFailureCause { int get(); };
int TransportFailureCause();
public int TransportFailureCause { get; }
var int32 = smsSendMessageResult.transportFailureCause;
Public ReadOnly Property TransportFailureCause As Integer
Property Value
Int32
int
Transport-specific error code.
Windows requirements
App capabilities |
cellularMessaging
sms
|