Share via


ProtocolViolationException Constructor (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the ProtocolViolationException class with the specified message.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public ProtocolViolationException(
    string message
)
public:
ProtocolViolationException(
    String^ message
)
new : 
        message:string -> ProtocolViolationException
public function ProtocolViolationException(
    message : String
)

Parameters

Remarks

This constructor initializes a new instance of the ProtocolViolationException class with the Message property set to the value of the message parameter. If message is a null reference, the Message property is initialized to a system-supplied message. The InnerException property is initialized to null Nothing nullptr unit a null reference (Nothing in Visual Basic) .

.NET Framework Security

See Also

Reference

ProtocolViolationException Class

ProtocolViolationException Overload

System.Net Namespace