Method | Description | |
---|---|---|
UnsuitableInstallBaseException ( ) : System | ||
UnsuitableInstallBaseException ( string message ) : System | ||
UnsuitableInstallBaseException ( string message, |
||
UnsuitableInstallBaseException ( string message, bool needsMachineWide ) : System |
Creates a new unsuitable install base exception.
|
Method | Description | |
---|---|---|
GetObjectData ( |
||
UnsuitableInstallBaseException ( |
Deserializes an exception.
|
public UnsuitableInstallBaseException ( ) : System | ||
return | System |
public UnsuitableInstallBaseException ( string message ) : System | ||
message | string | |
return | System |
public UnsuitableInstallBaseException ( string message, |
||
message | string | |
innerException | ||
return | System |
public UnsuitableInstallBaseException ( string message, bool needsMachineWide ) : System | ||
message | string | A message describing why the current location in unsuitable. |
needsMachineWide | bool | |
return | System |