コード例 #1
0
 internal ResponseException(InternalResponseException exception, string message) : this(message)
 {
     Error = exception.Error;
     Product = exception.Product;
     Module = exception.Module;
     Line = exception.Line;
     Text = exception.Text;
 }
コード例 #2
0
 internal ResponseException(InternalResponseException exception, string message) : this(message)
 {
     Error   = exception.Error;
     Product = exception.Product;
     Module  = exception.Module;
     Line    = exception.Line;
     Text    = exception.Text;
 }