Table of Contents

Class InvalidProfileParameterException

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

Thrown by the ProfileParameterImporter when a Parameter could not be imported.

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

Constructors

InvalidProfileParameterException(Guid, string)

Initializes a new instance of the InvalidProfileParameterException class using the specified profile parameter ID and entry path.

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

Initializes a new instance of the InvalidProfileParameterException class using the specified message, inner exception, profile parameter ID and entry path.

InvalidProfileParameterException(string, Guid, string)

Initializes a new instance of the InvalidProfileParameterException class using the specified message, profile parameter ID and entry path.

Properties

EntryPath

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

ProfileParameterId

Gets the ID of the Parameter 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.