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