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
profileParameterIdGuidThe 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
messagestringThe message.
innerExceptionThe inner exception.
profileParameterIdGuidThe profile parameter ID.
ProfileParameterNotFoundException(SerializationInfo, StreamingContext)
protected ProfileParameterNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext