Constructor ProtocolNotFoundException
- Namespace
- Skyline.Data
Miner .Core.DataMiner .CommonSystem
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
ProtocolNotFoundException()
Initializes a new instance of the Protocol
ProtocolNotFoundException(string, string)
Initializes a new instance of the Protocol
Parameters
ProtocolNotFoundException(string)
Initializes a new instance of the Protocol
Parameters
message
stringThe error message that explains the reason for the exception.
ProtocolNotFoundException(string, string, Exception)
Initializes a new instance of the Protocol
public ProtocolNotFoundException(string protocolName, string protocolVersion, Exception innerException)
Parameters
protocolName
stringThe name of the protocol.
protocolVersion
stringThe version of the protocol.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
ProtocolNotFoundException(string, Exception)
Initializes a new instance of the Protocol
Parameters
message
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
ProtocolNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the Protocol
Parameters
info
SerializationInfo The serialization info.
context
StreamingContext The streaming context.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
Exceptions
- Argument
Null Exception The
info
parameter is null.- Serialization
Exception The class name is null or HResult is zero (0).