Table of Contents

Class SingleMessageBrokerError

Namespace
Skyline.DataMiner.Protobuf.Shared.General.v1
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

The Error/Exception itself.

public sealed class SingleMessageBrokerError : IMessage<SingleMessageBrokerError>, IDeepCloneable<SingleMessageBrokerError>, IBufferMessage, IMessage
Inheritance
SingleMessageBrokerError
Implements
IDeepCloneable<SingleMessageBrokerError>
IBufferMessage
IMessage
Extension Methods

Constructors

SingleMessageBrokerError()
SingleMessageBrokerError(SingleMessageBrokerError)

Fields

MessageFieldNumber

Field number for the "message" field.

Properties

Descriptor
Message
Parser

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

Clone()

Creates a deep clone of this object.

Equals(SingleMessageBrokerError)
Equals(object)
GetHashCode()
MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

MergeFrom(SingleMessageBrokerError)

Merges the given message into this one.

ToString()
WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.