Class ProtocolViolationException
The exception that is thrown when an error is made while using a network protocol.
public class ProtocolViolationException : InvalidOperationException
- Inheritance
-
ProtocolViolationException
- Inherited Members
- Extension Methods
Constructors
ProtocolViolationException()
Initializes a new instance of the
public ProtocolViolationException()
ProtocolViolationException(string)
Initializes a new instance of the
public ProtocolViolationException(string message)
Parameters
message
stringThe error message string.