Table of Contents

Constructor InvalidProfileParameterException

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

InvalidProfileParameterException(Guid, string)

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

public InvalidProfileParameterException(Guid profileParameterId, string entryPath)

Parameters

profileParameterId Guid

The profile parameter ID

entryPath string

The entry path.

InvalidProfileParameterException(string, Guid, string)

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

public InvalidProfileParameterException(string message, Guid profileParameterId, string entryPath)

Parameters

message string

The message.

profileParameterId Guid

The profile parameter ID

entryPath string

The entry path.

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.

public InvalidProfileParameterException(string message, Exception inner, Guid profileParameterId, string entryPath)

Parameters

message string

The message.

inner Exception

The inner exception.

profileParameterId Guid

The profile parameter ID

entryPath string

The entry path.

InvalidProfileParameterException(SerializationInfo, StreamingContext)

protected InvalidProfileParameterException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext