// Token: 0x06000064 RID: 100 RVA: 0x0000476D File Offset: 0x0000296D public InvalidVolumeIdException(string volumeId, Exception innerException) : base(DiskManagementStrings.InvalidVolumeIdError(volumeId), innerException) { this.volumeId = volumeId; }
// Token: 0x0600004A RID: 74 RVA: 0x00004494 File Offset: 0x00002694 public BitlockerUtilException(string errorMsg, Exception innerException) : base(DiskManagementStrings.BitlockerUtilError(errorMsg), innerException) { this.errorMsg = errorMsg; }
public FullVolumeEncryptionAttemptOnANonEmptyVolumeException(string volume) : base(DiskManagementStrings.FullVolumeEncryptionAttemptOnANonEmptyVolumeError(volume)) { this.volume = volume; }
public WMIErrorException(int returnValue, string methodName, string errorMessage, Exception innerException) : base(DiskManagementStrings.WMIError(returnValue, methodName, errorMessage), innerException) { this.returnValue = returnValue; this.methodName = methodName; this.errorMessage = errorMessage; }
public InvalidCallWMIMethodArgumentsException(string[] inParamNameList, object inParamValueList, int inParamNameListLenght, int inParamValueListLenght, Exception innerException) : base(DiskManagementStrings.InvalidCallWMIMethodArgumentsError(inParamNameList, inParamValueList, inParamNameListLenght, inParamValueListLenght), innerException) { this.inParamNameList = inParamNameList; this.inParamValueList = inParamValueList; this.inParamNameListLenght = inParamNameListLenght; this.inParamValueListLenght = inParamValueListLenght; }
// Token: 0x0600008F RID: 143 RVA: 0x00004C81 File Offset: 0x00002E81 public Win8EmptyVolumeNotFullyEncryptedAfterWaitException(string volume, int milliseconds, string bitlockerState, Exception innerException) : base(DiskManagementStrings.Win8EmptyVolumeNotFullyEncryptedAfterWaitError(volume, milliseconds, bitlockerState), innerException) { this.volume = volume; this.milliseconds = milliseconds; this.bitlockerState = bitlockerState; }
// Token: 0x0600004F RID: 79 RVA: 0x00004519 File Offset: 0x00002719 public VolumeLockedFindException(string volumeId, string error, Exception innerException) : base(DiskManagementStrings.VolumeLockedFindError(volumeId, error), innerException) { this.volumeId = volumeId; this.error = error; }
// Token: 0x06000048 RID: 72 RVA: 0x00004471 File Offset: 0x00002671 public LocDescriptionAttribute(DiskManagementStrings.IDs ids) : base(DiskManagementStrings.GetLocalizedString(ids)) { }
public UsedOnlyEncryptionOnNonWin8ServerException(string volumeID, Exception innerException) : base(DiskManagementStrings.UsedOnlyEncryptionOnNonWin8ServerError(volumeID), innerException) { this.volumeID = volumeID; }
// Token: 0x0600007B RID: 123 RVA: 0x00004A69 File Offset: 0x00002C69 public FullVolumeEncryptionOnWin8ServerException(string volumeID, Exception innerException) : base(DiskManagementStrings.FullVolumeEncryptionOnWin8ServerError(volumeID), innerException) { this.volumeID = volumeID; }
// Token: 0x06000054 RID: 84 RVA: 0x000045CD File Offset: 0x000027CD public LockedVolumesFindException(string error) : base(DiskManagementStrings.LockedVolumesFindError(error)) { this.error = error; }
public Win7EmptyVolumeNotEncryptingAfterStartingEncryptionException(string volume, string bitlockerState, Exception innerException) : base(DiskManagementStrings.Win7EmptyVolumeNotEncryptingAfterStartingEncryptionError(volume, bitlockerState), innerException) { this.volume = volume; this.bitlockerState = bitlockerState; }
// Token: 0x0600005F RID: 95 RVA: 0x000046EB File Offset: 0x000028EB public MountPointsFindException(string error, Exception innerException) : base(DiskManagementStrings.MountpointsFindError(error), innerException) { this.error = error; }
public EncryptingVolumesFindException(string error, Exception innerException) : base(DiskManagementStrings.EncryptingVolumesFindError(error), innerException) { this.error = error; }
public InvalidFilePathException(string filePath, Exception innerException) : base(DiskManagementStrings.InvalidFilePathError(filePath), innerException) { this.filePath = filePath; }
// Token: 0x060000A5 RID: 165 RVA: 0x00004F37 File Offset: 0x00003137 public Win7EmptyVolumeNotStartedDueToPreviousFailureBadBlocksException(string volume, string mountPoint, string eventXML, Exception innerException) : base(DiskManagementStrings.Win7EmptyVolumeNotStartedDueToPreviousFailureBadBlocksError(volume, mountPoint, eventXML), innerException) { this.volume = volume; this.mountPoint = mountPoint; this.eventXML = eventXML; }
public VolumeLockedException(string volume, Exception innerException) : base(DiskManagementStrings.VolumeLockedError(volume), innerException) { this.volume = volume; }
// Token: 0x06000085 RID: 133 RVA: 0x00004B6D File Offset: 0x00002D6D public UsedOnlySpaceEncryptionAttemptOnANonEmptyVolumeException(string volume, Exception innerException) : base(DiskManagementStrings.UsedOnlySpaceEncryptionAttemptOnANonEmptyVolumeError(volume), innerException) { this.volume = volume; }
// Token: 0x06000080 RID: 128 RVA: 0x00004AEB File Offset: 0x00002CEB public EncryptableVolumeArgNullException(string methodName, Exception innerException) : base(DiskManagementStrings.EncryptableVolumeArgNullError(methodName), innerException) { this.methodName = methodName; }