NotificationsExtensions.NotificationSendResult.NotificationSendResult C# (CSharp) Метод

NotificationSendResult() приватный Метод

Initializes a new instance of the NotificationSendResult class.
private NotificationSendResult ( Uri channelUri, Exception exception ) : System
channelUri System.Uri
exception System.Exception
Результат System
        internal NotificationSendResult(Uri channelUri, Exception exception)
            : this(channelUri, response: null)
        {
            Exception = exception;
        }

Same methods

NotificationSendResult::NotificationSendResult ( Uri channelUri, HttpWebResponse response ) : System
NotificationSendResult::NotificationSendResult ( Uri channelUri, WebException exception ) : System
NotificationSendResult::NotificationSendResult ( Uri channelUri, string errorDescription, HttpStatusCode statusCode ) : System