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