public ACLNotFoundException(SecurityDescriptorType securityDescriptorType)
     : base(string.Format(EXCEPTION_MESSAGE, securityDescriptorType.ToString()))
 {
 }
 public WindowsSecurityDescriptorDisassembler(SecurityDescriptorType securityDescriptorType)
 {
     this.SecurityDescriptorType = securityDescriptorType;
 }
 public WindowsSecurityDescriptorDisassembler(SecurityDescriptorType securityDescriptorType)
 {
     this.SecurityDescriptorType = securityDescriptorType;
 }
 public ACLNotFoundException(SecurityDescriptorType securityDescriptorType)
     : base(string.Format(EXCEPTION_MESSAGE, securityDescriptorType.ToString()))
 {
 }