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
GuidThe 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
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
stringThe message.
inner
ExceptionThe inner exception.
profileParameterId
GuidThe profile parameter ID.
ProfileParameterNotFoundException(SerializationInfo, StreamingContext)
protected ProfileParameterNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext