Click or drag to resize

CodedProtocolViolationException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCodedProtocolViolationException
Initializes a new instance of the CodedProtocolViolationException class.
Public methodCodedProtocolViolationException(Int32)
Initializes a new instance of the CodedProtocolViolationException class with a specified HRESULT value.
Public methodCodedProtocolViolationException(String)
Initializes a new instance of the CodedProtocolViolationException class with a specified error message.
Public methodCodedProtocolViolationException(Int32, String)
Initializes a new instance of the CodedProtocolViolationException class with a specified HRESULT value and error message.
Protected methodCodedProtocolViolationException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedProtocolViolationException class with serialized data.
Top
See Also