Table of Contents

Class InvalidMediationSnippetException

Namespace
Skyline.DataMiner.Net.ProfileManager.Import.Exceptions
Assembly
SLNetTypes.dll

Thrown by the ProfileParameterImporter when a MediationSnippet in the package could not be imported.

[Serializable]
public class InvalidMediationSnippetException : Exception
Inheritance
InvalidMediationSnippetException
Extension Methods

Constructors

InvalidMediationSnippetException(Guid, string)

Initializes a new instance of the InvalidMediationSnippetException class using the specified mediation snippet ID and entry path.

InvalidMediationSnippetException(SerializationInfo, StreamingContext)
InvalidMediationSnippetException(string, Exception, Guid, string)

Initializes a new instance of the InvalidMediationSnippetException class using the specified message, inner exception, mediation snippet ID and entry path.

InvalidMediationSnippetException(string, Guid, string)

Initializes a new instance of the InvalidMediationSnippetException class using the specified message, mediation snippet ID and entry path.

Properties

EntryPath

Gets or sets the path to the invalid Entry within the upgrade package.

MediationSnippetId

Gets the ID of the MediationSnippet that could not be imported.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

ToString()

Returns a string that represents the current object.