Table of Contents

Constructor ProfileParameterNotFoundException

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

ProfileParameterNotFoundException(Guid)

Initializes a new instance of the ProfileParameterNotFoundException class using the specified profile parameter ID.

public ProfileParameterNotFoundException(Guid profileParameterId)

Parameters

profileParameterId Guid

The profile parameter ID.

ProfileParameterNotFoundException(string, Guid)

Initializes a new instance of the ProfileParameterNotFoundException class using the specified message and profile parameter ID.

public ProfileParameterNotFoundException(string message, Guid profileParameterId)

Parameters

message string

The message.

profileParameterId Guid

The profile parameter ID.

ProfileParameterNotFoundException(string, Exception, Guid)

Initializes a new instance of the ProfileParameterNotFoundException class using the specified message and profile parameter ID.

public ProfileParameterNotFoundException(string message, Exception inner, Guid profileParameterId)

Parameters

message string

The message.

inner Exception

The inner exception.

profileParameterId Guid

The profile parameter ID.

ProfileParameterNotFoundException(SerializationInfo, StreamingContext)

protected ProfileParameterNotFoundException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext