Edit

NetworkException(NetworkExceptionCategory, Int32, String) Constructor

Definition

Constructor for NetworkException

public NetworkException(Microsoft.InformationProtection.NetworkExceptionCategory category, int statusCode, string message);
new Microsoft.InformationProtection.Exceptions.NetworkException : Microsoft.InformationProtection.NetworkExceptionCategory * int * string -> Microsoft.InformationProtection.Exceptions.NetworkException
Public Sub New (category As NetworkExceptionCategory, statusCode As Integer, message As String)

Parameters

category
NetworkExceptionCategory

The category of network failure

statusCode
Int32

HTTP response status code, 0 if none

message
String

The message that describes the error

Applies to