Constructor SrmSolutionNotInstalledException
- Namespace
- Skyline.DataMiner.Srm.AppPackageInstaller.Exceptions
- Assembly
- Skyline.DataMiner.Core.AppPackageInstaller.SRM.dll
SrmSolutionNotInstalledException()
Initializes a new instance of the SrmSolutionNotInstalledException class.
public SrmSolutionNotInstalledException()
SrmSolutionNotInstalledException(string)
Initializes a new instance of the SrmSolutionNotInstalledException class with a specified error message.
public SrmSolutionNotInstalledException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.
SrmSolutionNotInstalledException(string, Exception)
Initializes a new instance of the SrmSolutionNotInstalledException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public SrmSolutionNotInstalledException(string message, Exception inner)
Parameters
message
stringThe error message that explains the reason for the exception.
inner
ExceptionThe exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.
SrmSolutionNotInstalledException(string, string)
Initializes a new instance of the SrmSolutionNotInstalledException class with a specified error message and the name of the parameter that causes this exception.
public SrmSolutionNotInstalledException(string parameterName, string message)
Parameters
parameterName
stringThe parameter where the invalid data is.
message
stringThe error message that explains the reason for the exception.
SrmSolutionNotInstalledException(SerializationInfo, StreamingContext)
Initializes a new instance of the SrmSolutionNotInstalledException class with serialized data.
protected SrmSolutionNotInstalledException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe object that holds the serialized object data.
context
StreamingContextThe contextual information about the source or destination.