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