Exemple #1
0
 public DSWSecurityException(Type type, string message, DSWException innerException, DSWExceptionCode exceptionCode)
     : this(string.Concat(type.AssemblyQualifiedName, message), innerException, exceptionCode)
 {
 }
Exemple #2
0
 public DSWSecurityException(string message, DSWException innerException, DSWExceptionCode exceptionCode)
     : base(message, innerException, exceptionCode)
 {
 }