SmsSendMessageResult.NetworkCauseCode 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 network error associated with the send operation.
public:
property int NetworkCauseCode { int get(); };
int NetworkCauseCode();
public int NetworkCauseCode { get; }
var int32 = smsSendMessageResult.networkCauseCode;
Public ReadOnly Property NetworkCauseCode As Integer
Property Value
Int32
int
Network-specific error codes.
Windows requirements
App capabilities |
cellularMessaging
sms
|