Class SingleMessageBrokerError
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
The Error/Exception itself.
public sealed class SingleMessageBrokerError : IMessage<SingleMessageBrokerError>, IDeepCloneable<SingleMessageBrokerError>, IBufferMessage, IMessage
- Inheritance
-
SingleMessageBrokerError
- Implements
-
IMessage<SingleMessageBrokerError>IDeepCloneable<SingleMessageBrokerError>IBufferMessageIMessage
- Extension Methods
Constructors
Fields
- MessageFieldNumber
Field number for the "message" field.
Properties
Methods
- CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
- Clone()
Creates a deep clone of this object.
- MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
- MergeFrom(SingleMessageBrokerError)
Merges the given message into this one.
- WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.