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
- message
Type: System. . :: . .String
The error message string.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.
See Also
Reference
ProtocolViolationException Class